# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vtext" version = "0.2.0" authors = ["Roman Yurchak "] exclude = ["python/*", "benchmarks/*", "evaluation/*", "ud-treebanks-*", "data/*", "*.tgz", "*.zip", "sandbox/*"] description = "NLP with Rust" documentation = "https://docs.rs/vtext/" readme = "README.md" keywords = ["nlp", "tokenization", "tfidf", "levenshtein", "text-processing"] license = "Apache-2.0" repository = "https://github.com/rth/vtext" [profile.release] opt-level = 3 lto = false debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false [dependencies.dict_derive] version = "0.2" optional = true [dependencies.hashbrown] version = "0.7" features = ["rayon"] [dependencies.itertools] version = "0.8" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.13.0" [dependencies.pyo3] version = "0.10.1" optional = true [dependencies.rayon] version = "1.3" optional = true [dependencies.regex] version = "1" [dependencies.seahash] version = "4.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sprs] version = "0.7.1" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.unicode-segmentation] version = "1.6.0" [dev-dependencies.float-cmp] version = "0.4.0" [features] python = ["pyo3", "dict_derive"]