{
  "cksum": "4f435a36d82e347c97c07d0ed76a3b5b2573b4339895395a36b22c8c20e45025",
  "crate_file": "cyper-hickory-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/cyper-hickory/cyper-hickory-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "net",
        "time",
        "io-compat"
      ],
      "kind": "normal",
      "name": "compio",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros"
      ],
      "kind": "dev",
      "name": "compio",
      "optional": false,
      "req": "^0.19.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "compio-log",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "cyper-core",
      "optional": true,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-channel",
      "optional": true,
      "req": "^0.3.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures-channel",
      "optional": false,
      "req": "^0.3.29",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.30",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hickory-net",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hickory-resolver",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rustls-platform-verifier"
      ],
      "kind": "dev",
      "name": "hickory-resolver",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rustls-platform-verifier"
      ],
      "kind": "dev",
      "name": "hickory-server",
      "optional": false,
      "req": "^0.26",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": true,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^1.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "client-legacy",
        "http1",
        "http2"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": true,
      "req": "^0.1.20",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "quinn",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rcgen",
      "optional": false,
      "req": "^0.14",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "futures"
      ],
      "kind": "normal",
      "name": "send_wrapper",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "net"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-util",
      "optional": false,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tower-service",
      "optional": true,
      "req": "^0.3.2",
      "target": null
    }
  ],
  "features": {
    "__quic": [
      "__ring",
      "compio/quic"
    ],
    "__ring": [
      "compio/ring",
      "compio/rustls"
    ],
    "__tls": [
      "compio/tls",
      "__ring"
    ],
    "dnssec": [
      "hickory-resolver/dnssec-ring",
      "hickory-server/dnssec-ring"
    ],
    "enable_log": [
      "compio-log/enable_log"
    ],
    "quic": [
      "__quic",
      "tls",
      "compio/bytes",
      "hickory-resolver/quic-ring",
      "hickory-server/quic-ring"
    ],
    "tls": [
      "__tls",
      "hickory-resolver/tls-ring",
      "hickory-server/tls-ring"
    ]
  },
  "features2": {
    "__http": [
      "dep:http"
    ],
    "all": [
      "dnssec",
      "tls",
      "https",
      "quic",
      "h3"
    ],
    "h3": [
      "quic",
      "__http",
      "compio/h3",
      "dep:futures-channel",
      "hickory-resolver/h3-ring",
      "hickory-server/h3-ring"
    ],
    "https": [
      "tls",
      "__http",
      "hickory-resolver/https-ring",
      "hickory-server/https-ring",
      "dep:cyper-core",
      "dep:http-body-util",
      "dep:hyper",
      "dep:hyper-util",
      "dep:tower-service"
    ],
    "nightly": [
      "compio/nightly",
      "cyper-core?/nightly"
    ]
  },
  "index_path": "cy/pe/cyper-hickory",
  "name": "cyper-hickory",
  "pubtime": "2026-06-01T04:58:28Z",
  "v": 2,
  "vers": "0.1.0",
  "yanked": false
}
