# 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 = "imap" version = "3.0.0-alpha.14" authors = [ "Jon Gjengset ", "Matt McCoy ", ] 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 OR MIT" repository = "https://github.com/jonhoo/rust-imap" [package.metadata.docs.rs] all-features = true [[example]] name = "basic" required-features = ["default"] [[example]] name = "gmail_oauth2" required-features = ["default"] [[example]] name = "idle" required-features = ["default"] [[example]] name = "rustls" required-features = ["rustls-tls"] [[example]] name = "starttls" required-features = ["default"] [[example]] name = "timeout" required-features = ["default"] [[test]] name = "imap_integration" required-features = ["default"] [[test]] name = "builder_integration" required-features = [] [dependencies.base64] version = "0.22" [dependencies.bufstream] version = "0.1.3" [dependencies.chrono] version = "0.4" features = ["std"] default-features = false [dependencies.imap-proto] version = "0.16.1" [dependencies.lazy_static] version = "1.4" [dependencies.native-tls] version = "0.2.2" optional = true [dependencies.nom] version = "7.1.0" default-features = false [dependencies.ouroboros] version = "0.18.0" [dependencies.regex] version = "1.0" [dependencies.rustls-connector] version = "0.19.0" optional = true [dev-dependencies.clap] version = "4.5.4" features = ["derive"] [dev-dependencies.lettre] version = "0.11" [dev-dependencies.rustls-connector] version = "0.19.0" [features] default = ["native-tls"] rustls-tls = ["rustls-connector"] test-full-imap = [] test_helpers = [] [target."cfg(any())".dependencies.openssl] version = "0.10.60" optional = true [target."cfg(any())".dependencies.openssl-macros] version = "0.1.1" optional = true