# 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 = "imap-patch-for-async-imap-lite" version = "2.2.0" authors = ["Matt McCoy ", "Jon Gjengset "] description = "IMAP client for Rust" homepage = "https://github.com/jonhoo/rust-imap" documentation = "https://docs.rs/imap/" readme = "README.md" keywords = ["email", "imap"] categories = ["email", "network-programming"] license = "Apache-2.0/MIT" repository = "https://github.com/jonhoo/rust-imap" [[example]] name = "basic" required-features = ["default"] [[example]] name = "gmail_oauth2" required-features = ["default"] [[test]] name = "imap_integration" required-features = ["default"] [dependencies.base64] version = "0.12" [dependencies.bufstream] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.imap-proto] version = "0.10.0" [dependencies.lazy_static] version = "1.4" [dependencies.native-tls] version = "0.2.2" optional = true [dependencies.nom] version = "5.0" [dependencies.regex] version = "1.0" [dev-dependencies.lettre] version = "0.9" [dev-dependencies.lettre_email] version = "0.9" [dev-dependencies.rustls-connector] version = "0.11.0" [features] default = ["tls"] tls = ["native-tls"] [badges.azure-devops] build = "11" pipeline = "imap" project = "jonhoo/jonhoo" [badges.codecov] branch = "master" repository = "jonhoo/rust-imap" service = "github" [badges.is-it-maintained-issue-resolution] repository = "jonhoo/rust-imap" [badges.is-it-maintained-open-issues] repository = "jonhoo/rust-imap" [badges.maintenance] status = "actively-developed"