{
  "cksum": "59267541c31f888c1587da5e7cbab182ae6efd98faedd9ea2e35a4eef43ff204",
  "crate_file": "twilight-gateway-0.17.1.crate",
  "crate_url": "https://static.crates.io/crates/twilight-gateway/twilight-gateway-0.17.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "fastrand",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "zlib-rs"
      ],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.0.24",
      "target": "cfg(not(target_arch=\"s390x\"))"
    },
    {
      "default_features": false,
      "features": [
        "zlib-ng"
      ],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.0.24",
      "target": "cfg(target_arch=\"s390x\")"
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-core",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-sink",
      "optional": false,
      "req": "^0.3",
      "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.0.136",
      "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",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "net",
        "rt",
        "sync",
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread",
        "signal",
        "test-util"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "tokio-stream",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "client",
        "fastrand",
        "sha1_smol"
      ],
      "kind": "normal",
      "name": "tokio-websockets",
      "optional": false,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "fmt",
        "tracing-log"
      ],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-gateway-queue",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-http",
      "optional": true,
      "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": [],
      "kind": "normal",
      "name": "zstd-safe",
      "optional": true,
      "req": "^7.2.1",
      "target": null
    }
  ],
  "features": {
    "native-tls": [
      "tokio-websockets/native-tls",
      "tokio-websockets/openssl"
    ],
    "rustls-native-roots": [
      "tokio-websockets/rustls-native-roots"
    ],
    "rustls-platform-verifier": [
      "tokio-websockets/rustls-platform-verifier"
    ],
    "rustls-webpki-roots": [
      "tokio-websockets/rustls-webpki-roots"
    ]
  },
  "features2": {
    "default": [
      "rustls-platform-verifier",
      "twilight-http",
      "zstd"
    ],
    "zlib": [
      "dep:flate2"
    ],
    "zstd": [
      "dep:zstd-safe"
    ]
  },
  "index_path": "tw/il/twilight-gateway",
  "name": "twilight-gateway",
  "pubtime": "2025-12-13T18:26:42Z",
  "rust_version": "1.89",
  "v": 2,
  "vers": "0.17.1",
  "yanked": false
}
