# 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 = "mailstat" version = "0.1.0" authors = ["Andrew Lee"] description = "A command line tool for analyzing email inbox statistics" homepage = "https://github.com/chairmanlee8/mailstat" readme = "README.md" keywords = [ "cli", "email", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/chairmanlee8/mailstat" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.clap_derive] version = "4.2.0" [dependencies.email-address-parser] version = "1.0.3" [dependencies.env_logger] version = "0.10.0" [dependencies.himalaya-lib] version = "0.6.0" [dependencies.lettre] version = "0.10.1" [dependencies.once_cell] version = "1.17.1" [dependencies.plotters] version = "0.3.4" [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.159" [dependencies.serde_json] version = "1.0.95" [dependencies.tokio] version = "1.27.0" features = ["full"]