# 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-client" version = "0.1.5" authors = ["soywod "] description = "Rust library to manage IMAP clients" homepage = "https://pimalaya.org/" documentation = "https://github.com/pimalaya/imap-client/" readme = "README.md" keywords = [ "email", "imap", "client", ] categories = ["email"] license = "MIT" repository = "https://github.com/pimalaya/imap-client/" [dependencies.imap-next] version = "0.3" features = [ "expose_stream", "tag_generator", "starttls", "ext_id", "ext_metadata", ] [dependencies.once_cell] version = "1" [dependencies.rustls-native-certs] version = "0.8" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.37" features = [ "net", "time", ] [dependencies.tokio-rustls] version = "0.26" features = [ "logging", "tls12", "ring", ] default-features = false [dependencies.tracing] version = "0.1" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.tokio] version = "1.37" features = ["full"]