# 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 = "tuker" version = "0.1.0" authors = ["mondobe"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small tokenizer/parser library with an emphasis on usability" readme = "README.md" keywords = [ "tokenizer", "lexer", "parser", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/mondobe/tuker" [lib] name = "tuker" path = "src/lib.rs" [[example]] name = "calculator" path = "examples/calculator.rs" [[example]] name = "parser" path = "examples/parser.rs" [[example]] name = "tokenizer_standalone" path = "examples/tokenizer_standalone.rs" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["serde_derive"] [dependencies.toml] version = "0.8.16"