{
  "cksum": "5762f69ebdbd4ddb2e975cd24690bf21fe6b2604039189c26acddbc427f12887",
  "crate_file": "hickory-resolver-0.25.0-alpha.5.crate",
  "crate_url": "https://static.crates.io/crates/hickory-resolver/hickory-resolver-0.25.0-alpha.5.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.25.0-alpha.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ipconfig",
      "optional": true,
      "req": "^0.3.0",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [
        "sync"
      ],
      "kind": "normal",
      "name": "moka",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.20.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "parking_lot",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "log",
        "runtime-tokio",
        "rustls"
      ],
      "kind": "normal",
      "name": "quinn",
      "optional": true,
      "req": "^0.11.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rand",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "system"
      ],
      "kind": "normal",
      "name": "resolv-conf",
      "optional": true,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "logging",
        "std",
        "tls12"
      ],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "rc"
      ],
      "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": "^2",
      "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": false,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "toml",
      "optional": false,
      "req": "^0.8.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.30",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "env-filter",
        "fmt",
        "std"
      ],
      "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.26",
      "target": null
    }
  ],
  "features": {
    "dnssec-ring": [
      "hickory-proto/dnssec-ring"
    ],
    "rustls-platform-verifier": [
      "hickory-proto/rustls-platform-verifier"
    ],
    "testing": [],
    "tokio-runtime": [
      "tokio/rt",
      "hickory-proto/tokio-runtime"
    ]
  },
  "features2": {
    "backtrace": [
      "dep:backtrace",
      "hickory-proto/backtrace"
    ],
    "default": [
      "system-config",
      "tokio-runtime"
    ],
    "dns-over-h3": [
      "dep:quinn",
      "dns-over-rustls",
      "hickory-proto/dns-over-h3"
    ],
    "dns-over-https-rustls": [
      "hickory-proto/dns-over-https-rustls",
      "dns-over-rustls"
    ],
    "dns-over-quic": [
      "dep:quinn",
      "dns-over-rustls",
      "hickory-proto/dns-over-quic"
    ],
    "dns-over-rustls": [
      "dep:rustls",
      "dep:tokio-rustls",
      "hickory-proto/dns-over-rustls",
      "tokio-runtime"
    ],
    "serde": [
      "dep:serde",
      "hickory-proto/serde"
    ],
    "system-config": [
      "dep:ipconfig",
      "dep:resolv-conf"
    ],
    "webpki-roots": [
      "dep:webpki-roots",
      "hickory-proto/webpki-roots"
    ]
  },
  "index_path": "hi/ck/hickory-resolver",
  "name": "hickory-resolver",
  "pubtime": "2025-02-07T22:43:15Z",
  "rust_version": "1.71.1",
  "v": 2,
  "vers": "0.25.0-alpha.5",
  "yanked": false
}
