{
  "cksum": "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e",
  "crate_file": "hickory-resolver-0.24.4.crate",
  "crate_url": "https://static.crates.io/crates/hickory-resolver/hickory-resolver-0.24.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "backtrace",
      "optional": true,
      "req": "^0.3.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "futures-executor",
      "optional": false,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hickory-proto",
      "optional": false,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ipconfig",
      "optional": true,
      "req": "^0.3.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lru-cache",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.18.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "system"
      ],
      "kind": "normal",
      "name": "resolv-conf",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.21.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.6.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "macros",
        "test-util"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-native-tls",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-openssl",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "std",
        "fmt",
        "env-filter"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.25.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "system-config",
      "tokio-runtime"
    ],
    "dns-over-h3": [
      "dns-over-rustls",
      "hickory-proto/dns-over-h3"
    ],
    "dns-over-https": [
      "hickory-proto/dns-over-https"
    ],
    "dns-over-https-rustls": [
      "hickory-proto/dns-over-https-rustls",
      "dns-over-rustls",
      "dns-over-https"
    ],
    "dns-over-native-tls": [
      "dns-over-tls",
      "tokio-native-tls",
      "hickory-proto/dns-over-native-tls"
    ],
    "dns-over-openssl": [
      "dns-over-tls",
      "hickory-proto/dns-over-openssl",
      "tokio-openssl"
    ],
    "dns-over-quic": [
      "rustls/quic",
      "dns-over-rustls",
      "hickory-proto/dns-over-quic"
    ],
    "dns-over-rustls": [
      "dns-over-tls",
      "rustls",
      "tokio-rustls",
      "hickory-proto/dns-over-rustls"
    ],
    "dns-over-tls": [
      "tokio-runtime"
    ],
    "dnssec": [],
    "dnssec-openssl": [
      "dnssec",
      "hickory-proto/dnssec-openssl"
    ],
    "dnssec-ring": [
      "dnssec",
      "hickory-proto/dnssec-ring"
    ],
    "serde-config": [
      "serde",
      "hickory-proto/serde-config"
    ],
    "system-config": [
      "ipconfig",
      "resolv-conf"
    ],
    "testing": [],
    "tokio-runtime": [
      "tokio/rt",
      "hickory-proto/tokio-runtime"
    ]
  },
  "features2": {
    "backtrace": [
      "dep:backtrace",
      "hickory-proto/backtrace"
    ],
    "native-certs": [
      "dep:rustls-native-certs",
      "hickory-proto/native-certs"
    ],
    "webpki-roots": [
      "dep:webpki-roots",
      "hickory-proto/webpki-roots"
    ]
  },
  "index_path": "hi/ck/hickory-resolver",
  "name": "hickory-resolver",
  "pubtime": "2025-02-19T09:33:37Z",
  "rust_version": "1.71.1",
  "v": 2,
  "vers": "0.24.4",
  "yanked": false
}
