# 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" rust-version = "1.65.0" name = "async-pop" version = "1.1.1" description = "A simple Pop3 compatible client" readme = "README.md" license = "MIT" repository = "https://github.com/Dust-Mail/async-pop" [dependencies.async-native-tls] version = "0.5.0" default-features = false [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.async-trait] version = "0.1.74" optional = true [dependencies.base64] version = "0.21.5" optional = true [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.nom] version = "7.1.3" [dependencies.tokio] version = "1.28.2" features = [ "net", "time", "rt", "macros", ] optional = true [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.10.0" [features] default = [ "runtime-async-std", "sasl", ] runtime-async-std = [ "async-std", "async-native-tls/runtime-async-std", ] runtime-tokio = [ "tokio", "async-native-tls/runtime-tokio", ] sasl = [ "dep:base64", "dep:async-trait", ]