# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ttv-chat" version = "0.1.1" authors = ["Waridley "] description = "A wrapper around the `twitchchat` crate to bundle it with the `ttv-rs` crate" keywords = ["twitch", "irc", "async", "asynchronous", "tokio"] categories = ["asynchronous", "network-programming", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Waridley/ttv-rs" [package.metadata.docs.rs] all-features = true [dependencies.twitchchat] version = "0.14.8" [features] all = ["async", "log"] async = ["twitchchat/async"] async-channel = ["twitchchat/async-channel"] async-dup = ["twitchchat/async-dup"] async-io = ["twitchchat/async-io"] async-std = ["twitchchat/async-std"] async-tls = ["twitchchat/async-tls"] default = [] fastrand = ["twitchchat/fastrand"] futures-lite = ["twitchchat/futures-lite"] futures-timer = ["twitchchat/futures-timer"] log = ["twitchchat/log"] native-tls = ["twitchchat/native-tls"] pin-project-lite = ["twitchchat/pin-project-lite"] serde = ["twitchchat/serde"] smol = ["twitchchat/smol"] tokio = ["twitchchat/tokio"] tokio-native-tls = ["twitchchat/tokio-native-tls"] tokio-rustls = ["twitchchat/tokio-rustls"] tokio-util = ["twitchchat/tokio-util"] webpki-roots = ["twitchchat/webpki-roots"]