# 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" name = "pest_typed_derive" version = "0.17.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "pest-typed's derive macro." documentation = "https://docs.rs/pest_typed_derive" readme = "README.md" keywords = [ "pest", "parser", "peg", "grammar", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/theverydarkness/pest-typed" [package.metadata.docs.rs] all-features = true [lib] name = "pest_typed_derive" path = "src/lib.rs" proc-macro = true [[example]] name = "csv" path = "examples/csv.rs" [[example]] name = "getter_api" path = "examples/getter_api.rs" [[example]] name = "lifetime" path = "examples/lifetime.rs" [[example]] name = "nested_node_tags" path = "examples/nested_node_tags.rs" [[example]] name = "node_tags" path = "examples/node_tags.rs" [[example]] name = "pairs" path = "examples/pairs.rs" [[example]] name = "rule_structs" path = "examples/rule_structs.rs" [[example]] name = "structural_api" path = "examples/structural_api.rs" [[test]] name = "choices" path = "tests/choices.rs" [[test]] name = "grammar_typed" path = "tests/grammar_typed.rs" [[test]] name = "inputs" path = "tests/inputs.rs" [[test]] name = "inter_reference" path = "tests/inter_reference.rs" [[test]] name = "long" path = "tests/long.rs" [[test]] name = "peek-1" path = "tests/peek-1.rs" [[test]] name = "peek-2" path = "tests/peek-2.rs" [[test]] name = "sequence" path = "tests/sequence.rs" [[test]] name = "skip" path = "tests/skip.rs" [[test]] name = "tree" path = "tests/tree.rs" [[bench]] name = "basic_benchmark" path = "benches/basic_benchmark.rs" [[bench]] name = "comparative" path = "benches/comparative.rs" harness = false [[bench]] name = "profiling" path = "benches/profiling.rs" [dependencies.pest_typed_generator] version = "0.17.1" default-features = false [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.pest] version = "2.7.10" [dev-dependencies.pest_derive] version = "2.7.10" [dev-dependencies.pest_typed] version = "0.17.1" default-features = false [features] grammar-extras = [ "pest_typed_generator/grammar-extras", "pest_derive/grammar-extras", ]