discosip/Cargo.toml

23 lines
639 B
TOML

[package]
name = "discosip"
version = "0.1.0"
edition = "2021"
[dependencies]
bytes = "1.1.0"
futures = "0.3.21"
rand = "0.8.5"
rsip = "0.4.0"
rtp = "0.6.5"
sdp-rs = "0.2.1"
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "next", default_features = false, features = ["driver", "twilight-rustls", "zlib-stock"] }
tokio = { version = "1.19.2", features = ["full"] }
tokio-stream = "0.1.9"
tokio-util = { version = "0.7.3", features = ["net", "codec"] }
tracing = "0.1.35"
tracing-subscriber = "0.3.14"
twilight-gateway = "0.11.1"
twilight-http = { version = "0.11.1"}
twilight-model = "0.11.3"
webrtc-util = "0.5.4"