# 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 = "hyper-hickory" version = "0.7.0" description = "HTTP connector for hyper that uses hickory's DNS resolver" homepage = "https://github.com/Gelbpunkt/hyper-hickory" documentation = "https://docs.rs/hyper-hickory" readme = "README.md" license = "MIT" repository = "https://github.com/Gelbpunkt/hyper-hickory" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hickory-resolver] version = "0.24" features = ["tokio-runtime"] default-features = false [dependencies.hyper-util] version = "0.1" features = [ "client", "client-legacy", "tokio", ] default-features = false [dependencies.tower-service] version = "0.3" [dev-dependencies.http] version = "1" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1" [dev-dependencies.hyper-util] version = "0.1" features = [ "client", "client-legacy", "http1", "tokio", ] default-features = false [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] default-features = false [features] default = [] dns-over-https-rustls = ["hickory-resolver/dns-over-https-rustls"] dns-over-native-tls = ["hickory-resolver/dns-over-native-tls"] dns-over-openssl = ["hickory-resolver/dns-over-openssl"] dns-over-rustls = ["hickory-resolver/dns-over-rustls"] dnssec-openssl = ["hickory-resolver/dnssec-openssl"] dnssec-ring = ["hickory-resolver/dnssec-ring"] system-config = ["hickory-resolver/system-config"]