# 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 = "lachs" version = "0.1.3" authors = ["Louis Meyer (H1ghBre4k3r) "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate for automatically creating a lexer based on a given enum" documentation = "https://docs.rs/lachs" readme = "README.md" license = "MIT" repository = "https://github.com/H1ghBre4k3r/lachs" [lib] name = "lachs" path = "src/lib.rs" [[test]] name = "basic_derive" path = "tests/basic_derive.rs" [[test]] name = "eat_whitespace" path = "tests/eat_whitespace.rs" [[test]] name = "lex_addition" path = "tests/lex_addition.rs" [dependencies.colored] version = "2.1.0" [dependencies.lachs_derive] version = "0.1.1" [dependencies.regex] version = "1.11.1"