{
  "cksum": "cb36574ad2d30e1dbb39876265c66d37ee60969ffdcc1f0ebb9ace2ca42d74ff",
  "crate_file": "twilight-http-0.17.0.crate",
  "crate_url": "https://static.crates.io/crates/twilight-http/twilight-http-0.17.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "brotli-decompressor",
      "optional": true,
      "req": "^5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "fastrand",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "http-body-util",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tokio"
      ],
      "kind": "normal",
      "name": "hyper-hickory",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "http1",
        "http2"
      ],
      "kind": "normal",
      "name": "hyper-rustls",
      "optional": true,
      "req": "^0.27.7",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alpn"
      ],
      "kind": "normal",
      "name": "hyper-tls",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "client-legacy",
        "http1",
        "http2",
        "tokio"
      ],
      "kind": "normal",
      "name": "hyper-util",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "ring"
      ],
      "kind": "dev",
      "name": "rustls",
      "optional": false,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "serde_test",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde_impl",
        "swar-number-parsing"
      ],
      "kind": "normal",
      "name": "simd-json",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "static_assertions",
      "optional": false,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sync",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.36",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-http-ratelimiting",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-model",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "builder"
      ],
      "kind": "dev",
      "name": "twilight-util",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-validate",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "decompression": [
      "dep:brotli-decompressor"
    ],
    "default": [
      "decompression",
      "rustls-platform-verifier"
    ],
    "hickory": [
      "dep:hyper-hickory"
    ],
    "native-tls": [
      "dep:hyper-tls"
    ],
    "rustls-native-roots": [
      "dep:hyper-rustls",
      "dep:rustls",
      "hyper-rustls?/native-tokio"
    ],
    "rustls-platform-verifier": [
      "dep:hyper-rustls",
      "dep:rustls",
      "hyper-rustls?/rustls-platform-verifier"
    ],
    "rustls-webpki-roots": [
      "dep:hyper-rustls",
      "dep:rustls",
      "hyper-rustls?/webpki-tokio"
    ]
  },
  "index_path": "tw/il/twilight-http",
  "name": "twilight-http",
  "pubtime": "2025-11-08T14:44:34Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "0.17.0",
  "yanked": false
}
