# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "twitch_comment_stream" version = "0.1.0" authors = ["Yuta Hirata"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library to stream comments from Twitch" readme = "README.md" keywords = [ "twitch", "comment", "stream", ] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/MorrisFreeman/twitch_comment_stream" [lib] name = "twitch_comment_stream" path = "src/lib.rs" [[example]] name = "simple_connection" path = "examples/simple_connection.rs" [dependencies.futures-util] version = "0.3" [dependencies.tokio] version = "1.40" features = ["full"] [dependencies.tokio-tungstenite] version = "0.24" features = ["native-tls"] [dev-dependencies.mockall] version = "0.13"