# 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 = "trust-dns-native-tls" version = "0.21.1" authors = ["Benjamin Fry "] description = "Trust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use native-tls for TLS.\n" homepage = "http://www.trust-dns.org/index.html" documentation = "https://docs.rs/trust-dns-native-tls" readme = "README.md" keywords = ["DNS", "BIND", "dig", "named", "dnssec"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/bluejekyll/trust-dns" [lib] name = "trust_dns_native_tls" path = "src/lib.rs" [dependencies.trust-dns-proto] version = "0.21.1" features = ["tokio-runtime", "dns-over-native-tls"] default-features = false [features] dns-over-native-tls = [] [badges.codecov] branch = "main" repository = "bluejekyll/trust-dns" service = "github" [badges.maintenance] status = "actively-developed"