trust-dns-resolver 0.23.2

Trust-DNS is a safe and secure DNS library. This Resolver library uses the Client library to perform all DNS queries. The Resolver is intended to be a high-level library for any DNS record resolution see Resolver and AsyncResolver for supported resolution types. The Client can be used for other queries.
Documentation
Build #1675370 2025-01-26T22:38:41.660297+00:00
# rustc version
rustc 1.86.0-nightly (f7cc13af8 2025-01-25)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/trust-dns-resolver-0.23.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/trust-dns-resolver-0.23.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250125-1.86.0-nightly-f7cc13af8\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 834ebfa2943651b5561b453378f3bd2edabf795554448e1ee351aaeaed8a8cff
[INFO] running `Command { std: "docker" "start" "-a" "834ebfa2943651b5561b453378f3bd2edabf795554448e1ee351aaeaed8a8cff", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: custom_provider, flush_cache, global_resolver, multithreaded_runtime
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting trust-dns-resolver v0.23.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]  --> src/dns_sd.rs:9:8
[INFO] [stderr]   |
[INFO] [stderr] 9 | #![cfg(feature = "mdns")]
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]   = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/caching_client.rs:160:23
[INFO] [stderr]     |
[INFO] [stderr] 160 |                 #[cfg(feature = "mdns")]
[INFO] [stderr]     |                       ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/caching_client.rs:164:27
[INFO] [stderr]     |
[INFO] [stderr] 164 |                 #[cfg(not(feature = "mdns"))]
[INFO] [stderr]     |                           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/config.rs:326:11
[INFO] [stderr]     |
[INFO] [stderr] 326 |     #[cfg(feature = "mdns")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/config.rs:342:19
[INFO] [stderr]     |
[INFO] [stderr] 342 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/config.rs:363:19
[INFO] [stderr]     |
[INFO] [stderr] 363 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/config.rs:384:19
[INFO] [stderr]     |
[INFO] [stderr] 384 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `backtrace`
[INFO] [stderr]   --> src/error.rs:25:7
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[cfg(feature = "backtrace")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `backtrace` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `backtrace`
[INFO] [stderr]    --> src/error.rs:111:11
[INFO] [stderr]     |
[INFO] [stderr] 111 |     #[cfg(feature = "backtrace")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `backtrace` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `backtrace`
[INFO] [stderr]    --> src/error.rs:141:19
[INFO] [stderr]     |
[INFO] [stderr] 141 |             #[cfg(feature = "backtrace")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `backtrace` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `backtrace`
[INFO] [stderr]    --> src/error.rs:284:22
[INFO] [stderr]     |
[INFO] [stderr] 284 |             if #[cfg(feature = "backtrace")] {
[INFO] [stderr]     |                      ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `backtrace` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `backtrace`
[INFO] [stderr]    --> src/error.rs:302:19
[INFO] [stderr]     |
[INFO] [stderr] 302 |             #[cfg(feature = "backtrace")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `backtrace` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/mod.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 | #[cfg(feature = "mdns")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/connection_provider.rs:36:7
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[cfg(feature = "mdns")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/connection_provider.rs:168:11
[INFO] [stderr]     |
[INFO] [stderr] 168 |     #[cfg(feature = "mdns")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/connection_provider.rs:218:19
[INFO] [stderr]     |
[INFO] [stderr] 218 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/connection_provider.rs:377:19
[INFO] [stderr]     |
[INFO] [stderr] 377 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/name_server.rs:17:7
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[cfg(feature = "mdns")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/name_server.rs:26:7
[INFO] [stderr]    |
[INFO] [stderr] 26 | #[cfg(feature = "mdns")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server.rs:230:7
[INFO] [stderr]     |
[INFO] [stderr] 230 | #[cfg(feature = "mdns")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/name_server_pool.rs:27:7
[INFO] [stderr]    |
[INFO] [stderr] 27 | #[cfg(feature = "mdns")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:392:7
[INFO] [stderr]     |
[INFO] [stderr] 392 | #[cfg(feature = "mdns")]
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]   --> src/name_server/name_server_pool.rs:42:11
[INFO] [stderr]    |
[INFO] [stderr] 42 |     #[cfg(feature = "mdns")]
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]    = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:145:15
[INFO] [stderr]     |
[INFO] [stderr] 145 |     #[cfg(not(feature = "mdns"))]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:159:11
[INFO] [stderr]     |
[INFO] [stderr] 159 |     #[cfg(feature = "mdns")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:112:19
[INFO] [stderr]     |
[INFO] [stderr] 112 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:138:19
[INFO] [stderr]     |
[INFO] [stderr] 138 |             #[cfg(feature = "mdns")]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:241:15
[INFO] [stderr]     |
[INFO] [stderr] 241 |         #[cfg(feature = "mdns")]
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `mdns`
[INFO] [stderr]    --> src/name_server/name_server_pool.rs:245:19
[INFO] [stderr]     |
[INFO] [stderr] 245 |         #[cfg(not(feature = "mdns"))]
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default`, `dns-over-https`, `dns-over-https-rustls`, `dns-over-native-tls`, `dns-over-openssl`, `dns-over-quic`, `dns-over-rustls`, `dns-over-tls`, `dnssec`, `dnssec-openssl`, `dnssec-ring`, `ipconfig`, `resolv-conf`, `rustls`, `serde`, `serde-config`, `system-config`, `testing`, `tokio`, `tokio-native-tls`, `tokio-openssl`, `tokio-runtime`, `tokio-rustls`, and `webpki-roots`
[INFO] [stderr]     = help: consider adding `mdns` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/lib.rs:8:89
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! **NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organi...
[INFO] [stderr]   |                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]   |
[INFO] [stderr] 8 | //! **NOTICE** This project has been rebranded to Hickory DNS and has been moved to the <https://github.com/hickory-dns/hickory-dns> organization and repo, this crate/binary has been moved to [hickory-resolver](https://docs.rs/hickory-resolver/latest/hickory_resolver/), from `0.24` and onward.
[INFO] [stderr]   |                                                                                         +                                          +
[INFO] [stderr] 
[INFO] [stderr] warning: `trust-dns-resolver` (lib doc) generated 30 warnings (run `cargo fix --lib -p trust-dns-resolver` to apply 1 suggestion)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/trust_dns_resolver/index.html
[INFO] running `Command { std: "docker" "inspect" "834ebfa2943651b5561b453378f3bd2edabf795554448e1ee351aaeaed8a8cff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "834ebfa2943651b5561b453378f3bd2edabf795554448e1ee351aaeaed8a8cff", kill_on_drop: false }`
[INFO] [stdout] 834ebfa2943651b5561b453378f3bd2edabf795554448e1ee351aaeaed8a8cff