# 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 = "ultra-nlp" version = "0.8.0" description = "A NLP library." readme = "README.md" license = "MIT" repository = "https://github.com/BlackGlory/ultra-nlp" [[bench]] name = "dictionary" harness = false [[bench]] name = "segment_fully" harness = false [[bench]] name = "segment_forward_longest" harness = false [[bench]] name = "segment_backward_longest" harness = false [[bench]] name = "segment_bidirectional_longest" harness = false [dependencies.cedarwood] version = "0.4.6" [dependencies.daachorse] version = "1.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.3" [dependencies.yada] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1"