{
  "cksum": "e54cf6932e6dbe8f0af0ece6eeaed9a57af1bff66fceedf42cd78dec834b16d6",
  "crate_file": "twitch-irc-3.0.1.crate",
  "crate_url": "https://static.crates.io/crates/twitch-irc/twitch-irc-3.0.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.42",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "tokio-runtime"
      ],
      "kind": "normal",
      "name": "async-tungstenite",
      "optional": true,
      "req": "^0.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "enum_dispatch",
      "optional": false,
      "req": "^0.3.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "async-await",
        "sink",
        "std"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "itertools",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "maplit",
      "optional": false,
      "req": "^1.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "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.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "smallvec",
      "optional": false,
      "req": "^1.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.23",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt",
        "time",
        "sync",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.0",
      "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.22",
      "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.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "webpki-roots",
      "optional": true,
      "req": "^0.21",
      "target": null
    }
  ],
  "features": {
    "default": [
      "transport-tcp",
      "transport-tcp-native-tls"
    ],
    "metrics-collection": [
      "metrics"
    ],
    "refreshing-token": [
      "reqwest",
      "with-serde"
    ],
    "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-webpki-roots": [
      "transport-ws",
      "async-tungstenite/tokio-rustls"
    ],
    "with-serde": [
      "serde",
      "chrono/serde"
    ]
  },
  "index_path": "tw/it/twitch-irc",
  "name": "twitch-irc",
  "pubtime": "2021-06-23T17:05:38Z",
  "vers": "3.0.1",
  "yanked": false
}
