1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.61"
15name = "pest_generator"
16version = "2.7.6"
17authors = ["Dragoș Tiselice <[email protected]>"]
18description = "pest code generator"
19homepage = "https://pest.rs/"
20documentation = "https://docs.rs/pest"
21readme = "_README.md"
22keywords = [
23    "pest",
24    "generator",
25]
26categories = ["parsing"]
27license = "MIT OR Apache-2.0"
28repository = "https://github.com/pest-parser/pest"
29
30[dependencies.pest]
31version = "2.7.6"
32default-features = false
33
34[dependencies.pest_meta]
35version = "2.7.6"
36
37[dependencies.proc-macro2]
38version = "1.0"
39
40[dependencies.quote]
41version = "1.0"
42
43[dependencies.syn]
44version = "2.0"
45
46[features]
47default = ["std"]
48grammar-extras = ["pest_meta/grammar-extras"]
49not-bootstrap-in-src = ["pest_meta/not-bootstrap-in-src"]
50std = ["pest/std"]
51