# 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 = "smail" version = "0.1.6" authors = ["Bocar Wane < "] description = "Cli tool to easily send emails with attachments" homepage = "https://github.com/bocarw121/s-mail-cli.git" readme = "README.md" keywords = [ "email", "attachments", "cli", ] categories = [ "command-line-utilities", "command-line-interface", "email", ] license = "MIT" repository = "https://github.com/bocarw121/s-mail-cli.git" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.lettre] version = "0.10.1" [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.redis] version = "0.23.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]