# 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 = "async-imap-lite" version = "0.1.2" authors = ["vkill "] description = "Asynchronous imap." homepage = "https://github.com/bk-rs/async-imap-lite" documentation = "https://docs.rs/async-imap-lite" readme = "README.md" keywords = [] categories = ["asynchronous"] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/async-imap-lite" [dependencies.async-io] version = "0.1" features = [] default-features = false [dependencies.async-net] version = "0.1" features = [] default-features = false [dependencies.async-stream-packed] version = "0.1.7" features = ["syncable_with_waker", "tls"] default-features = false [dependencies.async-stream-tls-upgrader] version = "0.1" features = [] default-features = false [dependencies.cfg-if] version = "0.1" features = [] default-features = false [dependencies.futures-lite] version = "0.1" features = [] default-features = false [dependencies.imap-patch-for-async-imap-lite] version = "2.2" features = [] default-features = false [features] async_native_tls = ["async-stream-tls-upgrader/async_native_tls_client"] async_tls = ["async-stream-tls-upgrader/async_tls_client"]