# 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 = "tokio-imap" version = "0.5.0" authors = ["Dirkjan Ochtman "] description = "Tokio-based IMAP protocol (client, for now) implementation" homepage = "https://github.com/djc/tokio-imap" documentation = "https://docs.rs/tokio-imap" readme = "../README.md" keywords = ["imap", "tokio"] categories = ["email"] license = "MIT/Apache-2.0" repository = "https://github.com/djc/tokio-imap" [dependencies.bytes] version = "0.5" [dependencies.futures] version = "0.3.1" [dependencies.imap-proto] version = "0.10" [dependencies.nom] version = "5" [dependencies.tokio] version = "0.2.2" features = ["tcp"] [dependencies.tokio-rustls] version = "0.12.0" [dependencies.tokio-util] version = "0.2.0" features = ["codec"] [dependencies.webpki-roots] version = "0.18.0" [dev-dependencies.tokio] version = "0.2.2" features = ["macros", "tcp"] [badges.azure-devops] build = "4" pipeline = "tokio-imap" project = "dochtman/Projects" [badges.maintenance] status = "passively-maintained"