# 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 = "hydrolink" version = "1.0.0" authors = ["Nashira Deer "] description = "An implementation of a Lavalink client made with tokio independent of the Discord library, used in production by Hydrogen." readme = "README.md" keywords = [ "discord", "hydrogen", "lavalink", "lavalink-client", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/nashiradeer/hydrogen" [dependencies.async-trait] version = "0.1.72" [dependencies.base64] version = "0.21.2" [dependencies.futures] version = "0.3.28" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = ["json"] default-features = false package = "reqwest" [dependencies.serde] version = "1.0.179" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.tokio] version = "1.29.1" features = [ "rt", "net", "time", "macros", ] default-features = false package = "tokio" [dependencies.tokio-tungstenite] version = "0.20.0" [dependencies.tracing] version = "0.1.37" [features] default = [] lavalink-trace = [] native-tls = [ "reqwest/native-tls", "tokio-tungstenite/native-tls", ] native-tls-vendored = [ "reqwest/native-tls-vendored", "tokio-tungstenite/native-tls-vendored", ] rustls-native-roots = [ "reqwest/rustls-tls-native-roots", "tokio-tungstenite/rustls-tls-native-roots", ] rustls-webpki-roots = [ "reqwest/rustls-tls-webpki-roots", "tokio-tungstenite/rustls-tls-webpki-roots", ]