trust-dns-openssl 0.21.1

Trust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use tokio-openssl for TLS.
Documentation
[badges.codecov]
branch = "main"
repository = "bluejekyll/trust-dns"
service = "github"

[badges.maintenance]
status = "actively-developed"
[dependencies.trust-dns-proto]
features = ["dns-over-openssl"]
version = "0.21.1"

[features]
dns-over-openssl = []

[lib]
name = "trust_dns_openssl"
path = "src/lib.rs"

[package]
authors = ["Benjamin Fry <benjaminfry@me.com>"]
categories = ["network-programming"]
description = "Trust-DNS is a safe and secure DNS library. This is an extension for the Trust-DNS client to use tokio-openssl for TLS.\n"
documentation = "https://docs.rs/trust-dns-openssl"
edition = "2018"
homepage = "http://www.trust-dns.org/index.html"
keywords = ["DNS", "BIND", "dig", "named", "dnssec"]
license = "MIT/Apache-2.0"
name = "trust-dns-openssl"
readme = "README.md"
repository = "https://github.com/bluejekyll/trust-dns"
version = "0.21.1"