{
  "cksum": "37784b5551aef05babf0f948683b4a1daedf0135a1954607639491955206f2e3",
  "crate_file": "twitch-irc-5.0.0.crate",
  "crate_url": "https://static.crates.io/crates/twitch-irc/twitch-irc-5.0.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio-runtime"
      ],
      "kind": "normal",
      "name": "async-tungstenite",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "either",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "enum_dispatch",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "async-await",
        "sink",
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "maplit",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "prometheus",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustls-native-certs",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "time",
        "sync",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-native-tls",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-rustls",
      "optional": true,
      "req": "^0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "io-util"
      ],
      "kind": "normal",
      "name": "tokio-stream",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "codec"
      ],
      "kind": "normal",
      "name": "tokio-util",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.22",
      "target": null
    }
  ],
  "features": {
    "__refreshing-token": [
      "with-serde"
    ],
    "default": [
      "transport-tcp",
      "transport-tcp-native-tls"
    ],
    "metrics-collection": [
      "prometheus"
    ],
    "refreshing-token-native-tls": [
      "reqwest/native-tls",
      "__refreshing-token"
    ],
    "refreshing-token-rustls-native-roots": [
      "reqwest/rustls-tls-native-roots",
      "__refreshing-token"
    ],
    "refreshing-token-rustls-webpki-roots": [
      "reqwest/rustls-tls-webpki-roots",
      "__refreshing-token"
    ],
    "transport-tcp": [
      "bytes",
      "tokio/net",
      "tokio/io-util",
      "tokio-util",
      "tokio-stream"
    ],
    "transport-tcp-native-tls": [
      "transport-tcp",
      "tokio-native-tls"
    ],
    "transport-tcp-rustls-native-roots": [
      "transport-tcp",
      "tokio-rustls",
      "rustls-native-certs"
    ],
    "transport-tcp-rustls-webpki-roots": [
      "transport-tcp",
      "tokio-rustls",
      "webpki-roots"
    ],
    "transport-ws": [
      "async-tungstenite",
      "tokio-util"
    ],
    "transport-ws-native-tls": [
      "transport-ws",
      "async-tungstenite/tokio-native-tls"
    ],
    "transport-ws-rustls-native-roots": [
      "transport-ws",
      "async-tungstenite/tokio-rustls-native-certs"
    ],
    "transport-ws-rustls-webpki-roots": [
      "transport-ws",
      "async-tungstenite/tokio-rustls-webpki-roots"
    ],
    "with-serde": [
      "serde",
      "chrono/serde"
    ]
  },
  "index_path": "tw/it/twitch-irc",
  "name": "twitch-irc",
  "pubtime": "2022-10-04T14:33:20Z",
  "vers": "5.0.0",
  "yanked": false
}
