# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "parce" version = "0.0.1" authors = ["Joel Courtney "] description = "A pure-rust parser generator" readme = "README.md" keywords = ["parser", "lexer", "grammar", "macro"] categories = ["algorithms", "parsing", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/JoelCourtney/parce" [lib] path = "src/lib.rs" [dependencies.colored] version = "2.0.0" [dependencies.inventory] version = "0.1.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.parce_macros] version = "0.0.1" [dependencies.regex] version = "1.5.4" [dependencies.shrinkwraprs] version = "0.3.0" [dependencies.tinyvec] version = "1.2.0" features = ["alloc"] [dependencies.typed-arena] version = "2.0.1"