# 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 = "mail-message" version = "0.2.1" default-run = "mail-message" description = """ A program for easy, quick, and fault tolerant sending of emails from the command line. """ homepage = "https://github.com/d-e-s-o/maily" readme = "README.md" keywords = [ "async", "cli", "email", "smtp", "text", ] categories = [ "asynchronous", "command-line-utilities", "email", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/maily.git" [[bin]] name = "shell-complete" path = "var/shell-complete.rs" required-features = ["clap_complete"] [dependencies.anyhow] version = "1.0.80" features = ["std"] default-features = false [dependencies.clap] version = "4.1.4" features = [ "color", "derive", "error-context", "help", "std", "suggestions", "usage", ] default-features = false [dependencies.clap_complete] version = "4.1.4" optional = true default-features = false [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.maily] version = "0.2.1" features = [ "config", "pgp", "tracing", ] default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["std"] default-features = false [dependencies.tokio] version = "1.0" features = [ "fs", "io-std", "io-util", "macros", "process", "rt", ] default-features = false [dependencies.tracing] version = "0.1" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "chrono", "env-filter", "fmt", ] default-features = false [build-dependencies.anyhow] version = "1.0.68" [build-dependencies.grev] version = "0.1.3"