# 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 = "lindera-tantivy" version = "0.38.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lindera Tokenizer for Tantivy." homepage = "https://github.com/lindera/lindera-tantivy" documentation = "https://docs.rs/lindera-tantivy" readme = "README.md" keywords = [ "tokenizer", "tantivy", "lindera", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/lindera/lindera-tantivy" [profile.bench.build-override] opt-level = 3 [profile.dev.build-override] opt-level = 3 [profile.release] lto = true [profile.release.build-override] opt-level = 3 [profile.test.build-override] opt-level = 3 [lib] name = "lindera_tantivy" path = "src/lib.rs" [[example]] name = "cc-cedict" path = "examples/cc-cedict.rs" [[example]] name = "ipadic" path = "examples/ipadic.rs" [[example]] name = "ko-dic" path = "examples/ko-dic.rs" [[example]] name = "tokenize_with_config" path = "examples/tokenize_with_config.rs" [[example]] name = "unidic" path = "examples/unidic.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.lindera] version = "0.38.0" [dependencies.tantivy] version = "0.22.0" [dependencies.tantivy-tokenizer-api] version = "0.3.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.tantivy] version = "0.22.0" [features] cc-cedict = ["lindera/cc-cedict"] compress = ["lindera/compress"] default = [] ipadic = ["lindera/ipadic"] ipadic-neologd = ["lindera/ipadic-neologd"] ko-dic = ["lindera/ko-dic"] unidic = ["lindera/unidic"]