# 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 = "rusty-mail" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI Gmail client built in Rust" homepage = "https://github.com/vibsthebot/rusty-mail" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vibsthebot/rusty-mail" [[bin]] name = "rusty-mail" path = "src/main.rs" [dependencies.base64] version = "0.22.1" [dependencies.dirs] version = "5.0" [dependencies.html2text] version = "0.13.3" [dependencies.imap] version = "2.4.1" [dependencies.lettre] version = "0.11.10" [dependencies.mailparse] version = "0.15.0" [dependencies.native-tls] version = "0.2.12" [dependencies.quoted_printable] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"