[package] authors = ["Navid "] categories = ["algorithms", "text-processing"] description = "Rust implementation of Rapid Automatic Keyword Extraction (RAKE) algorithm" documentation = "https://docs.rs/rake" edition = "2021" homepage = "https://github.com/yaa110/rake-rs" keywords = ["rake", "algorithm", "keyword"] license = "MIT/Apache-2.0" name = "rake" readme = "README.md" repository = "https://github.com/yaa110/rake-rs" version = "0.3.4" [dependencies] lazy_static = "1.4" regex = "1.10" serde = {version = "1.0", features = ["derive"]}