--- trust-dns-resolver-0.20.1/Cargo.toml 1970-01-01T00:00:00+00:00 +++ trust-dns-resolver-0.20.1/Cargo.toml 2021-03-28T21:04:24.167616+00:00 @@ -128,12 +128,9 @@ dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"] mdns = ["trust-dns-proto/mdns"] serde-config = ["serde", "trust-dns-proto/serde-config"] -system-config = ["ipconfig", "resolv-conf"] +system-config = ["resolv-conf"] testing = [] tokio-runtime = ["tokio/rt", "trust-dns-proto/tokio-runtime"] -[target."cfg(windows)".dependencies.ipconfig] -version = "0.2.2" -optional = true [badges.codecov] branch = "main" repository = "bluejekyll/trust-dns"