# 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.64" name = "vaporetto_rules" version = "0.6.3" authors = ["Koichi Akabe "] 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" [dependencies.hashbrown] version = "0.13.2" [dependencies.unicode-segmentation] version = "1.10.1" [dependencies.vaporetto] version = "=0.6.3" features = ["alloc"] default-features = false [dev-dependencies.vaporetto] version = "=0.6.3"