[package] description = "HashMap based keyword extraction " edition = "2021" homepage = "https://github.com/jjoeldaniel/mapwords.rs" keywords = ["keywords", "extraction"] license = "WTFPL" name = "mapwords" repository = "https://github.com/jjoeldaniel/mapwords.rs" version = "0.1.5" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1"