[package] name = "vaporetto_tantivy" version = "0.22.2" # Match with Tantivy version number edition = "2021" rust-version = "1.75" authors = ["Koichi Akabe "] description = "Vaporetto Tokenizer for Tantivy" license = "MIT OR Apache-2.0" homepage = "https://github.com/daac-tools/vaporetto" repository = "https://github.com/daac-tools/vaporetto" readme = "README.md" keywords = ["japanese", "tokenizer", "tantivy"] categories = ["text-processing"] [dependencies] vaporetto = { path = "../vaporetto", version = "=0.6.4" } # MIT or Apache-2.0 vaporetto_rules = { path = "../vaporetto_rules", version = "=0.6.4" } # MIT or Apache-2.0 tantivy = "0.22" # MIT [dev-dependencies] ruzstd = "0.7.2" # MIT