{
  "cksum": "8957b108c8294215d3c908cd657e1a08bab4ced86b91bfce1d5ea8ca56a1fe61",
  "crate_file": "hickory-dns-0.25.1.crate",
  "crate_url": "https://static.crates.io/crates/hickory-dns/hickory-dns-0.25.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "cfg-if",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "cargo",
        "derive",
        "help",
        "std",
        "suggestions"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.0",
      "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-client",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "hickory-proto",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "testing",
        "std"
      ],
      "kind": "dev",
      "name": "hickory-proto",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "hickory-resolver",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "toml"
      ],
      "kind": "normal",
      "name": "hickory-server",
      "optional": false,
      "req": "^0.25",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "ipnet",
      "optional": false,
      "req": "^2.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(unix)"
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "regex",
      "optional": false,
      "req": "^1.3.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "bundled",
        "time"
      ],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.34",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "logging",
        "std",
        "tls12"
      ],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-pki-types",
      "optional": true,
      "req": "^1.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "socket2",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time",
        "rt",
        "signal"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "toml",
      "optional": false,
      "req": "^0.8.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "toml",
      "optional": false,
      "req": "^0.8.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.30",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "env-filter",
        "fmt",
        "std"
      ],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "webpki-roots",
      "optional": false,
      "req": "^0.26",
      "target": null
    }
  ],
  "features": {
    "__dnssec": [],
    "__h3": [],
    "__https": [],
    "__quic": [],
    "ascii-art": [],
    "blocklist": [
      "hickory-server/blocklist"
    ],
    "recursor": [
      "hickory-server/recursor"
    ],
    "resolver": [
      "hickory-server/resolver"
    ],
    "rustls-platform-verifier": [
      "hickory-server/rustls-platform-verifier"
    ],
    "webpki-roots": [
      "hickory-server/webpki-roots"
    ]
  },
  "features2": {
    "__tls": [
      "dep:rustls"
    ],
    "default": [
      "sqlite",
      "resolver",
      "rustls-platform-verifier",
      "ascii-art"
    ],
    "dnssec-aws-lc-rs": [
      "hickory-server/dnssec-aws-lc-rs",
      "dep:rustls-pki-types",
      "__dnssec"
    ],
    "dnssec-ring": [
      "hickory-server/dnssec-ring",
      "dep:rustls-pki-types",
      "__dnssec"
    ],
    "h3-aws-lc-rs": [
      "hickory-server/h3-aws-lc-rs",
      "quic-aws-lc-rs",
      "__h3"
    ],
    "h3-ring": [
      "hickory-server/h3-ring",
      "quic-ring",
      "__h3"
    ],
    "https-aws-lc-rs": [
      "hickory-server/https-aws-lc-rs",
      "tls-aws-lc-rs",
      "__https"
    ],
    "https-ring": [
      "hickory-server/https-ring",
      "tls-ring",
      "__https"
    ],
    "quic-aws-lc-rs": [
      "hickory-server/quic-aws-lc-rs",
      "tls-aws-lc-rs",
      "__quic"
    ],
    "quic-ring": [
      "hickory-server/quic-ring",
      "tls-ring",
      "__quic"
    ],
    "sqlite": [
      "hickory-server/sqlite",
      "dep:rusqlite"
    ],
    "tls-aws-lc-rs": [
      "hickory-server/tls-aws-lc-rs",
      "__tls"
    ],
    "tls-ring": [
      "hickory-server/tls-ring",
      "__tls"
    ]
  },
  "index_path": "hi/ck/hickory-dns",
  "name": "hickory-dns",
  "pubtime": "2025-03-18T22:34:35Z",
  "rust_version": "1.71.1",
  "v": 2,
  "vers": "0.25.1",
  "yanked": false
}
