async-dns 0.1.1

A simple async DNS resolver
Documentation
[[bench]]
harness = false
name = "comparison"
[dependencies.cfg-if]
version = "1.0.0"
[dev-dependencies.blocking]
version = "1"

[dev-dependencies.criterion]
version = "0.4.0"

[package]
authors = ["John Nunley <dev@notgull.net>"]
categories = ["network-programming", "asynchronous"]
description = "A simple async DNS resolver"
edition = "2018"
homepage = "https://github.com/notgull/async-dns/tree/master/async-dns#readme"
keywords = ["dns", "async"]
license = "MIT OR Apache-2.0"
name = "async-dns"
readme = "README.md"
repository = "https://github.com/notgull/async-dns/tree/master/async-dns"
rust-version = "1.63"
version = "0.1.1"
[target."cfg(unix)".dependencies.async-executor]
version = "1"

[target."cfg(unix)".dependencies.async-fs]
version = "2"

[target."cfg(unix)".dependencies.async-io]
version = "2"

[target."cfg(unix)".dependencies.dns-protocol]
version = "0.1"

[target."cfg(unix)".dependencies.fastrand]
version = "2"

[target."cfg(unix)".dependencies.futures-lite]
version = "2"

[target."cfg(unix)".dependencies.memchr]
version = "2.5.0"
[target."cfg(windows)".dependencies.async-channel]
version = "2"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_NetworkManagement_Dns", "Win32_Foundation"]
version = "0.52"
[target."cfg(windows)".dev-dependencies.async-io]
version = "2"