iced-twitch-gui 0.1.0

GUI to work with the currently live streams of your followed twitch creators
[package]
name = "iced-twitch-gui"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/sonicrules1234/iced-twitch-gui"
description = "GUI to work with the currently live streams of your followed twitch creators"
homepage = "https://github.com/sonicrules1234/iced-twitch-gui"
readme = "README.md"

[dependencies]
futures = "0.3.31"
home = "0.5.11"
iced = { version = "0.13.1", features = ["advanced", "image", "tokio"] }
iced_aw = "0.11.0"
reqwest = { version = "0.12.9", default-features = false, features = ["json", "rustls-tls", "blocking"] }
tokio = { version = "1.42.0", features = ["full"] }
twitch_api = { version = "0.7.0-rc.8", features = ["helix", "client", "reqwest", "serde_json", "twitch_oauth2"] }
url = "2.5.4"
webbrowser = "1.0.3"