# 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.70" name = "async-std-resolver" version = "0.25.0-alpha.3" authors = ["The contributors to Hickory DNS"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Hickory DNS is a safe and secure DNS library, for async-std. This Resolver library uses the hickory-proto library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries. """ homepage = "https://hickory-dns.org/" documentation = "https://docs.rs/async-std-resolver" readme = "README.md" keywords = [ "DNS", "BIND", "dig", "named", "dnssec", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/hickory-dns/hickory-dns" [lib] name = "async_std_resolver" path = "src/lib.rs" [dependencies.async-std] version = "1.6" features = ["unstable"] [dependencies.async-trait] version = "0.1.43" [dependencies.futures-io] version = "0.3.5" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3.5" features = ["std"] default-features = false [dependencies.hickory-resolver] version = "0.25.0-alpha.3" default-features = false [dependencies.pin-utils] version = "0.1.0" [dependencies.socket2] version = "0.5" [dev-dependencies.async-std] version = "1.6" features = ["attributes"] [dev-dependencies.hickory-resolver] version = "0.25.0-alpha.3" features = ["testing"] default-features = false [features] default = ["system-config"] system-config = ["hickory-resolver/system-config"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(nightly)"]