bililivecmd 0.1.1

cmd agent Bilibili open-live SDK by Rust
Documentation
[package]
name = "bililivecmd"
version = "0.1.1"
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>"]
include = ["**/*.rs", "Cargo.toml", "logo.png", "README.md"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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"] }