# 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" rust-version = "1.75" name = "vaporetto_rules" version = "0.6.4" authors = ["Koichi Akabe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rule-base filters for Vaporetto" homepage = "https://github.com/daac-tools/vaporetto" readme = "README.md" keywords = [ "japanese", "analyzer", "tokenizer", "morphological", ] categories = [ "text-processing", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/daac-tools/vaporetto" resolver = "1" [lib] name = "vaporetto_rules" path = "src/lib.rs" [dependencies.hashbrown] version = "0.15.0" [dependencies.unicode-segmentation] version = "1.12.0" [dependencies.vaporetto] version = "=0.6.4" features = ["alloc"] default-features = false [dev-dependencies.vaporetto] version = "=0.6.4"