# 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-voice" version = "0.1.0" authors = ["rndrmu"] publish = true description = "The Voice Implementation for Ataraxia" homepage = "https://github.com/rndrmu/ataraxia" license = "BSD-3-Clause" repository = "https://github.com/rndrmu/ataraxia.git" [dependencies.async-trait] version = "0.1.51" [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.rtp-rs] version = "0.6.0" [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", "process", ] default-features = true [dependencies.tokio-tungstenite] version = "0.17.1" features = [ "native-tls", "connect", ] default-features = false [dependencies.url] version = "2.2.2"