]> git.proxmox.com Git - rustc.git/blame - vendor/pest/Cargo.toml
New upstream version 1.68.2+dfsg1
[rustc.git] / vendor / pest / Cargo.toml
CommitLineData
83c7162d
XL
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
f2b60f7d 6# to registry (e.g., crates.io) dependencies.
83c7162d 7#
f2b60f7d
FG
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.
83c7162d 11
8bb4bdeb 12[package]
6522a427 13edition = "2021"
f2b60f7d 14rust-version = "1.56"
8bb4bdeb 15name = "pest"
6522a427 16version = "2.5.2"
8bb4bdeb 17authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"]
83c7162d 18description = "The Elegant Parser"
6522a427 19homepage = "https://pest.rs/"
83c7162d
XL
20documentation = "https://docs.rs/pest"
21readme = "_README.md"
f2b60f7d
FG
22keywords = [
23 "pest",
24 "parser",
25 "peg",
26 "grammar",
27]
83c7162d
XL
28categories = ["parsing"]
29license = "MIT/Apache-2.0"
30repository = "https://github.com/pest-parser/pest"
f2b60f7d 31
6522a427
EL
32[dependencies.bytecount]
33version = "0.6"
34optional = true
35
36[dependencies.memchr]
37version = "2"
38optional = true
39
3dfed10e 40[dependencies.serde]
6522a427 41version = "1.0.145"
3dfed10e
XL
42optional = true
43
44[dependencies.serde_json]
6522a427 45version = "1.0.85"
3dfed10e
XL
46optional = true
47
f2b60f7d 48[dependencies.thiserror]
6522a427 49version = "1.0.37"
f2b60f7d
FG
50optional = true
51
9fa01778 52[dependencies.ucd-trie]
6522a427 53version = "0.1.5"
f2b60f7d 54default-features = false
3dfed10e
XL
55
56[features]
f2b60f7d
FG
57const_prec_climber = []
58default = ["std"]
6522a427
EL
59fast-line-col = [
60 "memchr",
61 "bytecount",
62]
f2b60f7d
FG
63pretty-print = [
64 "serde",
65 "serde_json",
66]
67std = [
68 "ucd-trie/std",
69 "thiserror",
70]