# 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" name = "hyper-trust-dns-connector" version = "0.4.0" authors = ["Paul Le Grand Des Cloizeaux <@paullgdc>"] description = "A compatibility crate to use trust-dns-resolver asynchronously with hyper client, instead the default dns threadpool" readme = "README.md" keywords = ["resolver", "hyper", "trust-dns", "webclient", "async"] categories = ["asynchronous", "web-programming::http-client", "network-programming"] license = "MIT" repository = "https://github.com/paullgdc/hyper-trust-dns-connector" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.hyper] version = "0.14" features = ["tcp", "client"] [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.linked-hash-map] version = "0.5.3" [dependencies.native-tls] version = "0.2" optional = true [dependencies.trust-dns-resolver] version = "0.21" [dev-dependencies.tokio] version = "1.0.2" features = ["macros", "rt"] [features] default = [] hyper-tls-connector = ["hyper-tls", "native-tls"] [badges.maintenance] status = "passively-maintained"