[package] name = "streamer" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] brotli = "5.0.0" cpal = "0.15.3" futures-util = { version = "0.3.30", features = ["futures-sink", "sink"] } iced = { git = "https://github.com/iced-rs/iced", features = ["tokio"] } ringbuf = "0.3.3" rustls-pemfile = "2.1.2" rustls-platform-verifier = "0.2.0" tokio = { version = "1.36.0", features = ["full"] } tokio-rustls = "0.25.0" tokio-tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }