# 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" version = "0.17.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A statically typed version of pest." documentation = "https://docs.rs/pest_typed" readme = "README.md" keywords = [ "pest", "parser", "peg", "grammar", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/theverydarkness/pest-typed" [lib] name = "pest_typed" path = "src/lib.rs" [[bin]] name = "unicode" path = "src/bin/unicode.rs" [[test]] name = "predefined_node" path = "tests/predefined_node.rs" [dependencies.cmp_by_derive] version = "0.1.0" [dependencies.custom_debug_derive] version = "0.5.1" [dependencies.pest] version = "2.7.10" [dependencies.unicode-width] version = "0.1.13" [features] default = ["std"] std = ["pest/std"]