# 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 = "dns-mail-discover" version = "0.2.7" description = "A dns based mail server discovery crate." documentation = "https://docs.dust.email/packages/dns-mail-discover" readme = "README.md" license = "MIT" repository = "https://github.com/Dust-Mail/dns-mail-discover" [dependencies.async-native-tls] version = "0.5.0" default-features = false [dependencies.async-std] version = "1.12.0" features = ["attributes"] optional = true [dependencies.async-std-resolver] version = "0.22.0" optional = true [dependencies.log] version = "0.4.20" [dependencies.tokio] version = "1.31.0" features = [ "net", "macros", ] optional = true default-features = false [dependencies.trust-dns-resolver] version = "0.22.0" [dev-dependencies.env_logger] version = "0.10.0" [features] default = ["runtime-tokio"] runtime-async-std = [ "async-native-tls/runtime-async-std", "dep:async-std-resolver", "dep:async-std", ] runtime-tokio = [ "async-native-tls/runtime-tokio", "dep:tokio", ]