A lavalink
API wrapping library for every tokio
discord crate.
native_tls
backendInstall the version from crates.io:
```toml lavalink-rs = "0.10.0-beta"
[dependencies.lavalink-rs] version = "0.10.0-beta" ```
Or the development release:
```toml lavalink-rs = { git = "https://gitlab.com/vicky5124/lavalink-rs/", branch = "main"}
[dependencies.lavalink-rs] git = "https://gitlab.com/vicky5124/lavalink-rs/" branch = "main" ```
If you wish to use a development version of songbird, add the following to the Cargo.toml:
toml
[patch.crates-io.serenity]
git = "https://github.com/serenity-rs/songbird"
branch = "next"
user-data
: default feature. Allows the client and player context to store custom user data.rustls
: default feature. Use rustls.native-tls
: default feature. Use the system native tls.serenity-rustls
: for (serenity)[https://lib.rs/crates/serenity] with rustls support.serenity-native
: for (serenity)[https://lib.rs/crates/serenity] with native-tls support.songbird
: for (songbird)[https://lib.rs/crates/songbird] support.twilight
: for (twilight-model)[https://lib.rs/crates/twilight-model] support.