[package] name = "twitch_comment_stream" version = "0.1.0" edition = "2021" authors = ["Yuta Hirata"] description = "A library to stream comments from Twitch" license = "MIT" repository = "https://github.com/MorrisFreeman/twitch_comment_stream" keywords = ["twitch", "comment", "stream"] categories = ["network-programming", "asynchronous"] [dependencies] tokio = { version = "1.40", features = ["full"] } tokio-tungstenite = { version = "0.24", features = ["native-tls"] } futures-util = "0.3" [dev-dependencies] mockall = "0.13"