# 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_tantivy" version = "0.22.2" authors = ["Koichi Akabe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Vaporetto Tokenizer for Tantivy" homepage = "https://github.com/daac-tools/vaporetto" readme = "README.md" keywords = [ "japanese", "tokenizer", "tantivy", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/daac-tools/vaporetto" resolver = "1" [lib] name = "vaporetto_tantivy" path = "src/lib.rs" [dependencies.tantivy] version = "0.22" [dependencies.vaporetto] version = "=0.6.4" [dependencies.vaporetto_rules] version = "=0.6.4" [dev-dependencies.ruzstd] version = "0.7.2"