# 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 = "jieba-rs" version = "0.7.0" authors = [ "messense ", "Paul Meng ", ] description = "The Jieba Chinese Word Segmentation Implemented in Rust" readme = "README.md" keywords = [ "nlp", "chinese", "segmenation", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/messense/jieba-rs" [package.metadata.docs.rs] all-features = true [[bench]] name = "jieba_benchmark" harness = false required-features = [ "tfidf", "textrank", ] [dependencies.cedarwood] version = "0.4" [dependencies.derive_builder] version = "0.20.0" [dependencies.fxhash] version = "0.2.1" [dependencies.lazy_static] version = "1.0" [dependencies.ordered-float] version = "4.0" optional = true [dependencies.phf] version = "0.11" [dependencies.regex] version = "1.0" [dev-dependencies.codspeed-criterion-compat] version = "2.4.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wasm-bindgen-test] version = "0.3.0" [build-dependencies.phf_codegen] version = "0.11" [features] default = ["default-dict"] default-dict = [] textrank = ["ordered-float"] tfidf = ["ordered-float"] [target."cfg(unix)".dev-dependencies.jemallocator] version = "0.5.0"