songbird 0.1.0

An async Rust library for the Discord voice API.
Documentation
[[bench]]
harness = false
name = "base-mixing"
path = "benches/base-mixing.rs"

[[bench]]
harness = false
name = "mixing-task"
path = "benches/mixing-task.rs"
required-features = ["internals"]
[dependencies.async-trait]
optional = true
version = "0.1"

[dependencies.async-tungstenite]
default-features = false
features = ["tokio-runtime"]
optional = true
version = "0.11"

[dependencies.audiopus]
optional = true
version = "0.2"

[dependencies.byteorder]
optional = true
version = "1"

[dependencies.discortp]
features = ["discord-full"]
optional = true
version = "0.2"

[dependencies.flume]
optional = true
version = "0.10"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
optional = true
version = "0.11"

[dependencies.rand]
optional = true
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serenity]
default-features = false
features = ["voice", "gateway"]
optional = true
version = "0.10"

[dependencies.serenity-voice-model]
optional = true
version = "0.1"

[dependencies.spin_sleep]
optional = true
version = "1"

[dependencies.streamcatcher]
optional = true
version = "0.1"

[dependencies.tokio]
default-features = false
optional = true
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
version = "0.2"

[dependencies.twilight-gateway]
default-features = false
optional = true
version = "0.3"

[dependencies.twilight-model]
default-features = false
optional = true
version = "0.3"

[dependencies.typemap_rev]
optional = true
version = "0.1"

[dependencies.url]
optional = true
version = "2"

[dependencies.uuid]
features = ["v4"]
optional = true
version = "0.8"

[dependencies.xsalsa20poly1305]
optional = true
version = "0.6"
[dev-dependencies.criterion]
version = "0.3"

[features]
builtin-queue = []
default = ["serenity-rustls", "driver", "gateway"]
driver = ["async-trait", "async-tungstenite", "audiopus", "byteorder", "discortp", "flume", "parking_lot", "rand", "serenity-voice-model", "spin_sleep", "streamcatcher", "tokio/fs", "tokio/io-util", "tokio/macros", "tokio/net", "tokio/process", "tokio/rt", "tokio/sync", "tokio/time", "typemap_rev", "url", "uuid", "xsalsa20poly1305"]
gateway = ["flume", "parking_lot", "tokio/sync"]
internals = []
native = ["async-tungstenite/tokio-native-tls"]
rustls = ["async-tungstenite/tokio-rustls"]
serenity-deps = ["async-trait"]
serenity-native = ["serenity/native_tls_backend", "native", "gateway", "serenity-deps"]
serenity-rustls = ["serenity/rustls_backend", "rustls", "gateway", "serenity-deps"]
simd-zlib = ["twilight-gateway/simd-zlib"]
stock-zlib = ["twilight-gateway/stock-zlib"]
twilight = ["twilight-model"]
twilight-native = ["twilight", "twilight-gateway/native", "native", "gateway"]
twilight-rustls = ["twilight", "twilight-gateway/rustls", "rustls", "gateway"]
youtube-dlc = []

[package]
authors = ["Kyle Simpson <kyleandrew.simpson@gmail.com>"]
description = "An async Rust library for the Discord voice API."
documentation = "https://docs.rs/songbird"
edition = "2018"
homepage = "https://github.com/serenity-rs/songbird"
include = ["src/**/*.rs", "Cargo.toml", "build.rs"]
keywords = ["discord", "api", "rtp", "audio"]
license = "ISC"
name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["default", "twilight-rustls", "builtin-queue", "stock-zlib"]