# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.67" name = "twilight-lavalink" version = "0.16.0-rc.1" authors = ["Twilight Contributors"] include = [ "src/**/*.rs", "README.md", ] publish = true description = "Lavalink client for the Twilight ecosystem." homepage = "https://twilight.rs/chapter_1_crates/section_8_first_party/section_3_lavalink.html" readme = "README.md" keywords = [ "discord", "discord-api", "lavalink", "twilight", ] categories = [ "api-bindings", "asynchronous", "web-programming::http-client", "web-programming::websocket", ] license = "ISC" repository = "https://github.com/twilight-rs/twilight.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.dashmap] version = "5.3" default-features = false [dependencies.futures-util] version = "0.3" features = [ "bilock", "sink", "std", "unstable", ] default-features = false [dependencies.http] version = "1" default-features = false [dependencies.percent-encoding] version = "2" optional = true default-features = false [dependencies.serde] version = "1" features = [ "derive", "std", ] default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.tokio] version = "1.0" features = [ "macros", "net", "rt", "sync", "time", ] default-features = false [dependencies.tokio-websockets] version = "0.5" features = [ "client", "fastrand", "sha1_smol", "simd", ] default-features = false [dependencies.tracing] version = "0.1" features = [ "std", "attributes", ] default-features = false [dependencies.twilight-model] version = "0.16.0-rc.1" default-features = false [dev-dependencies.anyhow] version = "1" features = ["std"] default-features = false [dev-dependencies.serde_test] version = "1" default-features = false [dev-dependencies.static_assertions] version = "1" default-features = false [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "tracing-log", ] default-features = false [dev-dependencies.twilight-gateway] version = "0.16.0-rc.1" features = ["rustls-native-roots"] default-features = false [dev-dependencies.twilight-http] version = "0.16.0-rc.1" features = ["rustls-native-roots"] default-features = false [features] default = [ "http-support", "rustls-native-roots", ] http-support = ["dep:percent-encoding"] native-tls = [ "tokio-websockets/native-tls", "tokio-websockets/openssl", ] rustls-native-roots = [ "tokio-websockets/ring", "tokio-websockets/rustls-native-roots", ] rustls-webpki-roots = [ "tokio-websockets/ring", "tokio-websockets/rustls-webpki-roots", ]