{
  "cksum": "7fcc188a937b4535884a43f34a478744f9eede9775ac5ecff66b95f6ff0b46f7",
  "crate_file": "twilight-gateway-0.8.2.crate",
  "crate_url": "https://static.crates.io/crates/twilight-gateway/twilight-gateway-0.8.2.crate",
  "deps": [
    {
      "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",
      "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": [],
      "kind": "normal",
      "name": "leaky-bucket-lite",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "metrics",
      "optional": true,
      "req": ">=0.14, <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": "dev",
      "name": "proc-macro-hack",
      "optional": false,
      "req": "^0.5.7",
      "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",
      "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.16.1",
      "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.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-http",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twilight-model",
      "optional": false,
      "req": "^0.8",
      "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": {
    "compression": [
      "flate2"
    ],
    "default": [
      "compression",
      "rustls",
      "tracing",
      "flate2/zlib"
    ],
    "native": [
      "native-tls",
      "twilight-http/native",
      "twilight-gateway-queue/native",
      "tokio-tungstenite/native-tls"
    ],
    "rustls": [
      "rustls-native-roots"
    ],
    "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"
    ],
    "zlib-simd": [
      "compression",
      "flate2/zlib-ng-compat"
    ],
    "zlib-stock": [
      "compression",
      "flate2/zlib"
    ]
  },
  "index_path": "tw/il/twilight-gateway",
  "name": "twilight-gateway",
  "pubtime": "2021-12-27T21:17:51Z",
  "vers": "0.8.2",
  "yanked": false
}
