# 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 = "rsnltk" version = "0.1.3" exclude = ["data", ".idea", "target", "examples", "experiments"] description = "Rust-based Natural Language Toolkit" documentation = "https://docs.rs/crate/rsnltk/latest" readme = "README.md" keywords = ["nltk", "Stanza", "natural-language", "text-analysis", "semantics"] categories = ["text-processing", "parsing"] license = "MIT" repository = "https://github.com/dhchenx/rsnltk/" resolver = "2" [lib] name = "rsnltk" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "rsnltk_main" path = "src/main.rs" [dependencies.natural] version = "0.4.0" features = ["serde_support"] [dependencies.ndarray] version = "0.15.4" [dependencies.pyo3] version = "0.15.1" features = ["auto-initialize"] [dependencies.serde] version = "1.0" [dependencies.unicode-segmentation] version = "1.8.0" [dependencies.whatlang] version = "0.12.0" [dependencies.word2vec] version = "0.3.3" [dependencies.yn] version = "0.1.1"