You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- trust-dns-proto-0.23.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ trust-dns-proto-0.23.1/Cargo.toml 2023-10-20T11:32:02.450133+00:00
|
|
|
|
@@ -221,14 +221,6 @@
|
|
|
|
"macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
-[dev-dependencies.tracing-subscriber]
|
|
|
|
-version = "0.3"
|
|
|
|
-features = [
|
|
|
|
- "std",
|
|
|
|
- "fmt",
|
|
|
|
- "env-filter",
|
|
|
|
-]
|
|
|
|
-
|
|
|
|
[features]
|
|
|
|
backtrace = ["dep:backtrace"]
|
|
|
|
default = ["tokio-runtime"]
|
|
|
|
@@ -236,11 +228,13 @@
|
|
|
|
"bytes",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
+ "tokio-runtime",
|
|
|
|
+]
|
|
|
|
+dns-over-https-rustls = [
|
|
|
|
+ "dns-over-https",
|
|
|
|
"dns-over-rustls",
|
|
|
|
"webpki-roots",
|
|
|
|
- "tokio-runtime",
|
|
|
|
-]
|
|
|
|
-dns-over-https-rustls = ["dns-over-https"]
|
|
|
|
+]
|
|
|
|
dns-over-native-tls = [
|
|
|
|
"dns-over-tls",
|
|
|
|
"native-tls",
|
|
|
|
@@ -287,6 +281,7 @@
|
|
|
|
testing = []
|
|
|
|
text-parsing = []
|
|
|
|
tokio-runtime = [
|
|
|
|
+ "tokio/io-util",
|
|
|
|
"tokio/net",
|
|
|
|
"tokio/rt",
|
|
|
|
"tokio/time",
|