]> git.proxmox.com Git - rustc.git/blob - vendor/pest_meta/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / pest_meta / Cargo.toml
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]
13 edition = "2021"
14 rust-version = "1.56"
15 name = "pest_meta"
16 version = "2.5.2"
17 authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
18 exclude = ["src/grammar.pest"]
19 include = [
20 "Cargo.toml",
21 "src/**/*",
22 "src/grammar.rs",
23 "_README.md",
24 "LICENSE-*",
25 ]
26 description = "pest meta language parser and validator"
27 homepage = "https://pest.rs/"
28 documentation = "https://docs.rs/pest"
29 readme = "_README.md"
30 keywords = [
31 "pest",
32 "parser",
33 "meta",
34 "optimizer",
35 ]
36 categories = ["parsing"]
37 license = "MIT/Apache-2.0"
38 repository = "https://github.com/pest-parser/pest"
39
40 [dependencies.once_cell]
41 version = "1.8.0"
42
43 [dependencies.pest]
44 version = "2.5.2"
45
46 [build-dependencies.sha1]
47 version = "0.10"
48 default-features = false