# 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" name = "lavalink-rs" version = "0.13.0" authors = ["vicky5124 "] description = "Lavalink API wrapper for discord audio playing" homepage = "https://gitlab.com/vicky5124/lavalink-rs/" documentation = "https://docs.rs/lavalink-rs" readme = "README.md" keywords = [ "lavalink", "discord", "serenity", "twilight", "songbird", ] categories = ["multimedia"] license = "MPL-2.0" repository = "https://gitlab.com/vicky5124/lavalink-rs/" [package.metadata.docs.rs] features = [ "rustls-webpki-roots", "twilight", "serenity", "songbird", "macros", "python", ] [lib] name = "lavalink_rs" crate-type = [ "cdylib", "rlib", ] [dependencies.arc-swap] version = "1" [dependencies.bytes] version = "1" [dependencies.dashmap] version = "5" [dependencies.futures] version = "0.3" [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "client", "http1", "http2", ] default-features = false [dependencies.hyper-rustls] version = "0.27" features = [ "http1", "http2", "tls12", "ring", ] optional = true default-features = false [dependencies.hyper-tls] version = "0.6" features = ["alpn"] optional = true default-features = false [dependencies.hyper-util] version = "0.1" features = [ "tokio", "client", "client-legacy", "http1", "http2", ] default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.macro_rules_attribute] version = "0.2" optional = true [dependencies.macros-dep] version = "0.1" optional = true package = "lavalink_rs_macros" [dependencies.oneshot] version = "0.1" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.paste] version = "1" optional = true [dependencies.pyo3] version = "0.20" features = ["extension-module"] optional = true [dependencies.pyo3-asyncio] version = "0.20" features = [ "attributes", "tokio-runtime", ] optional = true [dependencies.pyo3-log] version = "0.9" optional = true [dependencies.pythonize] version = "0.20" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_qs] version = "0.13" [dependencies.serenity-dep] version = "0.12" optional = true default-features = false package = "serenity" [dependencies.songbird-dep] version = "0.4" optional = true default-features = false package = "songbird" [dependencies.tokio] version = "1" features = [ "sync", "rt", "net", "time", ] [dependencies.tokio-tungstenite] version = "0.21" [dependencies.tracing] version = "0.1" [dependencies.twilight-model] version = "0.15" optional = true [dependencies.twilight-model-16] version = "0.16.0-rc" optional = true package = "twilight-model" [dependencies.urlencoding] version = "2" [build-dependencies.version_check] version = "0.9" [features] default = [ "rustls-native-roots", "macros", ] macros = ["macros-dep"] native-tls = [ "tokio-tungstenite/native-tls", "hyper-tls", ] python = [ "pyo3", "pyo3-asyncio", "pyo3-log", "pythonize", "log", "paste", "macro_rules_attribute", "parking_lot", ] rustls-native-roots = [ "tokio-tungstenite/rustls-tls-native-roots", "hyper-rustls", "hyper-rustls/native-tokio", ] rustls-webpki-roots = [ "tokio-tungstenite/rustls-tls-webpki-roots", "hyper-rustls", "hyper-rustls/webpki-tokio", ] serenity = ["serenity-dep"] songbird = ["songbird-dep"] twilight = ["twilight-model"] twilight16 = ["twilight-model-16"]