[package] name = "qsv_vader_sentiment_analysis" version = "0.2.0" authors = ["Chris ", "Mariana Meireles ", "Joel "] license = "MIT" description = "Bindings for Rust from the original Python VaderSentiment analysis tool. Forked for use with qsv." repository = "https://github.com/dathere/qsv-vader-sentiment-rust" documentation = "https://docs.rs/qsv_vader_sentiment" edition = "2021" [dependencies] regex = "1" lit2 = "1" lazy_static = "1.5" unicase = "2.7"