# 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 = "lexi-matic" version = "0.1.1" authors = ["Guanhao Yin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Lexer Library" readme = "README.md" license = "MIT" repository = "https://github.com/blckngm/lexi-matic" [lib] name = "lexi_matic" path = "src/lib.rs" [[test]] name = "no-lifetime" path = "tests/no-lifetime.rs" [[test]] name = "issues" path = "tests/issues.rs" [[test]] name = "simple" path = "tests/simple.rs" [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.lexi-matic-derive] version = "0.1.1" [dependencies.regex-automata] version = "0.4.4" features = [ "perf", "dfa-search", ] default-features = false [dev-dependencies.logos] version = "0.13.0"