# 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 = "ataraxia" version = "0.1.0" authors = ["rndrmu"] publish = true description = "A Rust Wrapper for the Revolt API" homepage = "https://github.com/rndrmu/ataraxia" readme = "../README.md" keywords = [ "discord", "api", ] license = "BSD-3-Clause" repository = "https://github.com/rndrmu/ataraxia.git" [dependencies.async-trait] version = "0.1.51" [dependencies.ataraxia-voice] version = "0.1.0" optional = true [dependencies.dotenv] version = "0.13.0" [dependencies.futures-channel] version = "0.3.21" [dependencies.futures-util] version = "0.3" features = [ "sink", "std", ] default-features = false [dependencies.reqwest] version = "0.11.10" [dependencies.serde] version = "1.0.130" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.67" [dependencies.tokio] version = "1" features = [ "fs", "macros", "rt-multi-thread", "io-util", ] default-features = true [dependencies.tokio-tungstenite] version = "0.17.1" features = [ "native-tls", "connect", ] default-features = false [dependencies.tower] version = "0.4.12" features = ["full"] [dependencies.tracing] version = "0.1.34" [dependencies.url] version = "2.2.2" [features] voice = ["dep:ataraxia-voice"]