99 lines
1.9 KiB
TOML
99 lines
1.9 KiB
TOML
|
|
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||
|
|
#
|
||
|
|
# When uploading crates to the registry Cargo will automatically
|
||
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
||
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
||
|
|
# to registry (e.g., crates.io) dependencies.
|
||
|
|
#
|
||
|
|
# If you are reading this file be aware that the original Cargo.toml
|
||
|
|
# will likely look very different (and much more reasonable).
|
||
|
|
# See Cargo.toml.orig for the original contents.
|
||
|
|
|
||
|
|
[package]
|
||
|
|
edition = "2021"
|
||
|
|
rust-version = "1.83"
|
||
|
|
name = "pest_derive"
|
||
|
|
version = "2.8.6"
|
||
|
|
authors = ["Dragoș Tiselice <dragostiselice@gmail.com>"]
|
||
|
|
build = false
|
||
|
|
autolib = false
|
||
|
|
autobins = false
|
||
|
|
autoexamples = false
|
||
|
|
autotests = false
|
||
|
|
autobenches = false
|
||
|
|
description = "pest's derive macro"
|
||
|
|
homepage = "https://pest.rs/"
|
||
|
|
documentation = "https://docs.rs/pest"
|
||
|
|
readme = "_README.md"
|
||
|
|
keywords = [
|
||
|
|
"pest",
|
||
|
|
"parser",
|
||
|
|
"peg",
|
||
|
|
"grammar",
|
||
|
|
]
|
||
|
|
categories = ["parsing"]
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
repository = "https://github.com/pest-parser/pest"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = ["std"]
|
||
|
|
grammar-extras = ["pest_generator/grammar-extras"]
|
||
|
|
not-bootstrap-in-src = ["pest_generator/not-bootstrap-in-src"]
|
||
|
|
std = [
|
||
|
|
"pest/std",
|
||
|
|
"pest_generator/std",
|
||
|
|
]
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "pest_derive"
|
||
|
|
path = "src/lib.rs"
|
||
|
|
proc-macro = true
|
||
|
|
|
||
|
|
[[example]]
|
||
|
|
name = "calc"
|
||
|
|
path = "examples/calc.rs"
|
||
|
|
|
||
|
|
[[example]]
|
||
|
|
name = "help-menu"
|
||
|
|
path = "examples/help-menu.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "grammar"
|
||
|
|
path = "tests/grammar.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "grammar_inline"
|
||
|
|
path = "tests/grammar_inline.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "implicit"
|
||
|
|
path = "tests/implicit.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "lists"
|
||
|
|
path = "tests/lists.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "oneormore"
|
||
|
|
path = "tests/oneormore.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "opt"
|
||
|
|
path = "tests/opt.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "reporting"
|
||
|
|
path = "tests/reporting.rs"
|
||
|
|
|
||
|
|
[[test]]
|
||
|
|
name = "surround"
|
||
|
|
path = "tests/surround.rs"
|
||
|
|
|
||
|
|
[dependencies.pest]
|
||
|
|
version = "2.8.6"
|
||
|
|
default-features = false
|
||
|
|
|
||
|
|
[dependencies.pest_generator]
|
||
|
|
version = "2.8.6"
|
||
|
|
default-features = false
|