# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "groupme-rust-stats" version = "1.0.7" authors = ["taylorjbrown "] description = "A rust command line tool which downloads the complete history of a groupme chat group. It also runs a few analytics on the data and displays as a plain text file." readme = "README.md" keywords = ["groupme", "user-stats", "download"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/taylorjbrown/groupme-rust-stats" [dependencies.chrono] version = "0.4.10" [dependencies.config] version = "0.9" [dependencies.csv] version = "1.0.0-beta.1" [dependencies.error-chain] version = "0.12.1" [dependencies.futures] version = "0.1" [dependencies.glob] version = "0.3.0" [dependencies.indexmap] version = "1.3.0" [dependencies.rayon] version = "1.2.0" [dependencies.reqwest] version = "0.9.22" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.102" [dependencies.serde_json] version = "1.0.41" [dependencies.tokio] version = "0.1.18"