# 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 = "yake-rust" version = "0.3.0" authors = ["Kyle Fahey "] description = "Yake (Yet Another Keyword Extractor) in Rust" readme = "README.md" keywords = [ "keyword", "nlp", "keywords", "extractor", ] license = "MIT" repository = "https://github.com/quesurifn/yake-rust" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] path = "src/lib.rs" [dependencies.contractions] version = "0.5.4" [dependencies.levenshtein] version = "1.0.5" [dependencies.regex] version = "1" [dependencies.streaming-stats] version = "0.2.3" [dependencies.unicode-segmentation] version = "1.12.0"