# 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 = "dnsclientx" version = "0.4.1" authors = [ "Frank Denis ", "Saul Hazledine ", ] description = "A small, simple and secure DNS client library" readme = "README.md" keywords = [ "dns", "client", "resolve", ] categories = ["network-programming"] license = "ISC" repository = "https://code.alienscience.org/alienscience/dnsclientx" [package.metadata.docs.rs] features = ["sync"] [dependencies.async-std] version = "1" optional = true [dependencies.dnssector] version = "0.2" [dependencies.maybe-async] version = "0.2" [dependencies.smol] version = "2" optional = true [dependencies.tokio] version = "1.5.0" features = ["full"] optional = true [dependencies.unic-idna-punycode] version = "0.9" [features] smol-async = ["smol"] std-async = ["async-std"] sync = ["maybe-async/is_sync"] tokio-async = ["tokio"]