# 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 = "twitchchat" version = "0.14.8" authors = ["museun "] description = "interface to the irc-side of twitch's chat system" documentation = "https://docs.rs/twitchchat/latest/twitchchat/" readme = "README.md" keywords = ["twitch", "irc", "async", "asynchronous", "tokio"] categories = ["asynchronous", "network-programming", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/museun/twitchchat" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [[example]] name = "message_parse" required-features = ["async"] [[example]] name = "smol_demo" required-features = ["smol", "async"] [[example]] name = "async_io_demo" required-features = ["async-io", "async"] [[example]] name = "async_std_demo" required-features = ["async-std", "async-std/attributes", "async"] [[example]] name = "tokio_demo" required-features = ["tokio/full", "tokio-util", "async"] [[example]] name = "simple_bot" required-features = ["smol", "async"] [dependencies.async-channel] version = "1.4" optional = true [dependencies.async-dup] version = "1.2" optional = true [dependencies.async-io] version = "1.1" optional = true [dependencies.async-mutex] version = "1.4" optional = true [dependencies.async-std] version = "1.6" optional = true [dependencies.async-tls] version = "0.10" features = ["client"] optional = true default-features = false [dependencies.fastrand] version = "1.3" optional = true [dependencies.futures-lite] version = "1.8" optional = true [dependencies.futures-timer] version = "3.0" optional = true [dependencies.log] version = "0.4" features = ["std"] optional = true [dependencies.native-tls] version = "0.2" optional = true [dependencies.openssl] version = "0.10" features = ["v110"] optional = true [dependencies.pin-project-lite] version = "0.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smol] version = "1.2" optional = true [dependencies.tokio] version = "0.2" features = ["net"] optional = true [dependencies.tokio-native-tls] version = "0.1" optional = true [dependencies.tokio-openssl] version = "0.4" optional = true [dependencies.tokio-rustls] version = "0.14" optional = true [dependencies.tokio-util] version = "0.3" features = ["compat"] optional = true [dependencies.webpki-roots] version = "0.20" optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.async-executor] version = "1.3" default-features = false [dev-dependencies.rmp-serde] version = "0.14" [dev-dependencies.serde_json] version = "1.0" [features] async = ["async-channel", "async-dup", "fastrand", "futures-lite", "futures-timer", "log", "pin-project-lite"] default = [] testing = ["async", "async-mutex"]