# 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 = "qsv_vader_sentiment_analysis" version = "0.2.0" authors = [ "Chris ", "Mariana Meireles ", "Joel ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for Rust from the original Python VaderSentiment analysis tool. Forked for use with qsv." documentation = "https://docs.rs/qsv_vader_sentiment" readme = "README.md" license = "MIT" repository = "https://github.com/dathere/qsv-vader-sentiment-rust" [lib] name = "qsv_vader_sentiment_analysis" path = "src/lib.rs" [[bin]] name = "qsv_vader_sentiment_analysis" path = "src/main.rs" [dependencies.lazy_static] version = "1.5" [dependencies.lit2] version = "1" [dependencies.regex] version = "1" [dependencies.unicase] version = "2.7"