blob: 5ad06075ae845df89877cb4bdf5af1ad91a471ce [file] [log] [blame]
Henri Chataingdcb75022022-02-08 11:26:09 +01001# 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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "pest"
15version = "2.1.3"
16authors = ["DragoČ™ Tiselice <dragostiselice@gmail.com>"]
17description = "The Elegant Parser"
18homepage = "https://pest-parser.github.io/"
19documentation = "https://docs.rs/pest"
20readme = "_README.md"
21keywords = ["pest", "parser", "peg", "grammar"]
22categories = ["parsing"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/pest-parser/pest"
25[dependencies.serde]
26version = "1.0.89"
27optional = true
28
29[dependencies.serde_json]
30version = "1.0.39"
31optional = true
32
33[dependencies.ucd-trie]
34version = "0.1.1"
35
36[features]
37pretty-print = ["serde", "serde_json"]
38[badges.codecov]
39repository = "pest-parser/pest"
40
41[badges.maintenance]
42status = "actively-developed"
43
44[badges.travis-ci]
45repository = "pest-parser/pest"