[package] name = "ttv-pubsub" version = "0.1.1" authors = ["Waridley "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Waridley/ttv-rs" description = "Placeholder for the pubsub module of `ttv-rs`" keywords = ["twitch"] [features] default = [] unofficial = ["twitch_api2/unsupported"] allow_unknown_fields = ["twitch_api2/allow_unknown_fields"] all = ["unofficial"] [dependencies.twitch_api2] version = "0.5.0-alpha.2" default-features = false features = ["pubsub"]