{
  "cksum": "e0bc1f7043ffe222654d940e9de296061f458814b024768161d930f92c87ff17",
  "crate_file": "twilight-gateway-0.12.0.crate",
  "crate_url": "https://static.crates.io/crates/twilight-gateway/twilight-gateway-0.12.0.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": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.0.24",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tokio"
      ],
      "kind": "normal",
      "name": "leaky-bucket-lite",
      "optional": false,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": true,
      "req": ">=0.18, <0.20",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rustls-tls",
      "optional": true,
      "package": "rustls",
      "req": "^0.20",
      "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": [
        "serde_impl",
        "swar-number-parsing"
      ],
      "kind": "normal",
      "name": "simd-json",
      "optional": true,
      "req": ">=0.4, <0.7",
      "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.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros",
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.12",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "connect"
      ],
      "kind": "normal",
      "name": "tokio-tungstenite",
      "optional": false,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "attributes"
      ],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-gateway-queue",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-http",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-model",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.22",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "default": [
      "rustls-native-roots",
      "zlib-stock"
    ],
    "native": [
      "dep:native-tls",
      "twilight-http/native",
      "twilight-gateway-queue/native",
      "tokio-tungstenite/native-tls"
    ],
    "rustls-native-roots": [
      "dep:rustls-tls",
      "dep:rustls-native-certs",
      "twilight-http/rustls-native-roots",
      "twilight-gateway-queue/rustls-native-roots",
      "tokio-tungstenite/rustls-tls-native-roots"
    ],
    "rustls-webpki-roots": [
      "dep:rustls-tls",
      "dep:webpki-roots",
      "twilight-http/rustls-webpki-roots",
      "twilight-gateway-queue/rustls-webpki-roots",
      "tokio-tungstenite/rustls-tls-webpki-roots"
    ],
    "zlib-simd": [
      "dep:flate2",
      "flate2?/zlib-ng"
    ],
    "zlib-stock": [
      "dep:flate2",
      "flate2?/zlib"
    ]
  },
  "index_path": "tw/il/twilight-gateway",
  "name": "twilight-gateway",
  "pubtime": "2022-07-17T02:47:26Z",
  "rust_version": "1.60",
  "v": 2,
  "vers": "0.12.0",
  "yanked": false
}
