# 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 = "xunmi" version = "0.2.1" description = "A user-friendly search library base on tanvity.\n" homepage = "https://github.com/tyrchen/xunmi" documentation = "https://docs.rs/xunmi" readme = "README.md" keywords = ["search", "information", "retrieval", "tantivy"] categories = ["text-processing", "database-implementations"] license = "MIT" repository = "https://github.com/tyrchen/xunmi" resolver = "2" [dependencies.cang-jie] version = "0.13.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.fast2s] version = "0.3" [dependencies.jieba-rs] version = "0.6" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5" [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8" [dependencies.tantivy] version = "0.16" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.tempfile] version = "3"