# 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 = "tantivy-jieba" version = "0.11.0" authors = ["Jiajie Chen "] description = "A library that bridges between tantivy and jieba-rs" readme = "README.md" keywords = [ "tantivy", "jieba", ] license = "MIT" repository = "https://github.com/jiegec/tantivy-jieba" [dependencies.jieba-rs] version = "0.7.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.tantivy-tokenizer-api] version = "0.3.0" [dev-dependencies.tantivy] version = "0.22.0"