[package] name = "sentiment" version = "0.1.1" authors = ["shockham "] license = "MIT" readme = "README.md" repository = "https://github.com/mount-research/sentiment" homepage = "https://github.com/mount-research/sentiment" documentation = "https://docs.rs/sentiment" description = "Sentiment analysis tool" [dependencies] regex = "0.2" serde_json = "0.9" lazy_static = "0.2"