# 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 = "great-tokenizer" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tokenizer" homepage = "https://docs.rs/great-tokenizer/latest/great_tokenizer/" documentation = "https://docs.rs/great-tokenizer/latest/great_tokenizer/" readme = "README.md" license = "MIT" repository = "https://github.com/daiyan1145/tokenizer" [lib] name = "great_tokenizer" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" features = [ "backtrace", "std", ] [dependencies.derive_more] version = "1.0.0" features = ["full"] [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.208" [dependencies.serde_derive] version = "1.0.208" [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0.63" [dependencies.unicode-segmentation] version = "1.11.0"