# 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 = "2018" rust-version = "1.63" name = "async-dns" version = "0.1.1" authors = ["John Nunley "] description = "A simple async DNS resolver" homepage = "https://github.com/notgull/async-dns/tree/master/async-dns#readme" readme = "README.md" keywords = [ "dns", "async", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/notgull/async-dns/tree/master/async-dns" [[bench]] name = "comparison" harness = false [dependencies.cfg-if] version = "1.0.0" [dev-dependencies.blocking] version = "1" [dev-dependencies.criterion] version = "0.4.0" [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] version = "0.52" features = [ "Win32_NetworkManagement_Dns", "Win32_Foundation", ] [target."cfg(windows)".dev-dependencies.async-io] version = "2"