{
  "cksum": "aa5c2c66706ce4bdb31d743a563df70d5cc8ef9cbe00bb55b56c4bffe759cb56",
  "crate_file": "twilight-gateway-0.10.1.crate",
  "crate_url": "https://static.crates.io/crates/twilight-gateway/twilight-gateway-0.10.1.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bitflags",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde_impl",
        "swar-number-parsing"
      ],
      "kind": "normal",
      "name": "dep-simd-json",
      "optional": true,
      "package": "simd-json",
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "flate2",
      "optional": true,
      "req": "^1.0",
      "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",
      "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": [],
      "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": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-gateway-queue",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-http",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-model",
      "optional": false,
      "req": "^0.10.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "value-trait",
      "optional": true,
      "req": ">=0.2, <0.2.11",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.22",
      "target": null
    }
  ],
  "features": {
    "default": [
      "rustls-native-roots",
      "tracing",
      "zlib-stock"
    ],
    "native": [
      "native-tls",
      "twilight-http/native",
      "twilight-gateway-queue/native",
      "tokio-tungstenite/native-tls"
    ],
    "rustls-native-roots": [
      "rustls-tls",
      "rustls-native-certs",
      "twilight-http/rustls-native-roots",
      "twilight-gateway-queue/rustls-native-roots",
      "tokio-tungstenite/rustls-tls-native-roots"
    ],
    "rustls-webpki-roots": [
      "rustls-tls",
      "webpki-roots",
      "twilight-http/rustls-webpki-roots",
      "twilight-gateway-queue/rustls-webpki-roots",
      "tokio-tungstenite/rustls-tls-webpki-roots"
    ],
    "simd-json": [
      "dep-simd-json",
      "value-trait"
    ],
    "zlib-simd": [
      "flate2/zlib-ng-compat"
    ],
    "zlib-stock": [
      "flate2/zlib"
    ]
  },
  "index_path": "tw/il/twilight-gateway",
  "name": "twilight-gateway",
  "pubtime": "2022-03-20T18:12:46Z",
  "rust_version": "1.57",
  "vers": "0.10.1",
  "yanked": false
}
