# 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 = "rnltk" version = "0.4.0" authors = ["Michael Long "] description = "Natural Language Toolkit for Rust" documentation = "https://docs.rs/rnltk" readme = "README.md" keywords = [ "nlp", "language", "stemming", "sentiment", ] license = "MIT" repository = "https://github.com/michael-long88/rnltk/" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./src/docs-header.html", ] [dependencies.csv] version = "1.1.6" [dependencies.nalgebra] version = "0.32.2" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dependencies.thiserror] version = "1.0.37"