# 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 = "panorama-imap" version = "0.0.4" authors = ["Michael Zhang "] description = "IMAP protocol implementation with high-level async client." documentation = "https://docs.rs/panorama-imap" readme = "README.md" keywords = ["imap", "email", "parser"] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://git.mzhang.io/michael/panorama" [dependencies.anyhow] version = "1.0.42" [dependencies.async-trait] version = "0.1.51" [dependencies.bitflags] version = "1.2.1" [dependencies.bstr] version = "0.2.15" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.19" [dependencies.derive_builder] version = "0.10.2" [dependencies.format-bytes] version = "0.2.2" [dependencies.futures] version = "0.3.16" [dependencies.log] version = "0.4.14" [dependencies.nom] version = "6.2.1" [dependencies.stderrlog] version = "0.5.1" optional = true [dependencies.tokio] version = "1.9.0" features = ["full"] [dependencies.tokio-rustls] version = "0.22.0" features = ["dangerous_configuration"] [dependencies.tokio-util] version = "0.6.7" features = ["codec"] [dependencies.webpki-roots] version = "0.21.1" [features] default = ["rfc2177", "rfc6154"] low-level = [] rfc2087 = [] rfc2177 = [] rfc6154 = []