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_meta"
16version = "2.7.6"
17authors = ["Dragoș Tiselice <[email protected]>"]
18exclude = ["src/grammar.pest"]
19include = [
20    "Cargo.toml",
21    "src/**/*",
22    "src/grammar.rs",
23    "_README.md",
24    "LICENSE-*",
25]
26description = "pest meta language parser and validator"
27homepage = "https://pest.rs/"
28documentation = "https://docs.rs/pest"
29readme = "_README.md"
30keywords = [
31    "pest",
32    "parser",
33    "meta",
34    "optimizer",
35]
36categories = ["parsing"]
37license = "MIT OR Apache-2.0"
38repository = "https://github.com/pest-parser/pest"
39
40[dependencies.once_cell]
41version = "1.8.0"
42
43[dependencies.pest]
44version = "2.7.6"
45
46[build-dependencies.cargo]
47version = "0.72.2"
48optional = true
49
50[build-dependencies.sha2]
51version = "0.10"
52default-features = false
53
54[features]
55default = []
56grammar-extras = []
57not-bootstrap-in-src = ["dep:cargo"]
58