[package]
name = "bililivecmd"
version = "0.1.0"
edition = "2021"
description = "cmd agent \nBilibili open-live SDK by Rust"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zerocraft/bilirs"
homepage = "https://github.com/zerocraft/bilirs"
authors = ["zerocraft <zero.craft@hotmail.com>"]
[dependencies]
futures = "0.3.28"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "time"] }
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
serde = { version = "1.0.189", features = ["serde_derive"] }
serde_json = "1.0.107"
async-trait = "0.1.74"
flate2 = { version = "1.0.28", features = ["zlib"] }