# 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 = "lrlex" version = "0.13.8" authors = ["Laurence Tratt "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Simple lexer generator" readme = "README.md" categories = ["parsing"] license = "Apache-2.0/MIT" repository = "https://github.com/softdevteam/grmtools" [lib] name = "lrlex" path = "src/lib/mod.rs" [[bin]] name = "lrlex" path = "src/main.rs" doc = false [dependencies.cfgrammar] version = "0.13" [dependencies.getopts] version = "0.2" [dependencies.lazy_static] version = "1.4" [dependencies.lrpar] version = "0.13" [dependencies.num-traits] version = "0.2" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.3" [dependencies.regex-syntax] version = "0.8" [dependencies.serde] version = "1.0" [build-dependencies.vergen] version = "8" features = ["build"] default-features = false [features] _unsealed_unstable_traits = ["_unstable_api"] _unstable_api = []