# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actor-discord" version = "0.1.0" authors = ["PFC-Validator "] description = "Terra Rust API" homepage = "https://github.com/PFC-Validator/actor-discord/tree/main" readme = "README.md" categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/PFC-Validator/actor-discord/" [dependencies.actix] version = "0.12.0" [dependencies.actix-broker] version = "0.4.1" [dependencies.actix-http] version = "3.0.0-beta.9" features = ["rustls"] [dependencies.actix-rt] version = "2.2.0" [dependencies.anyhow] version = "1.0" [dependencies.awc] version = "3.0.0-beta.7" features = ["rustls", "tls-rustls"] [dependencies.bitflags] version = "1.1" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.16" [dependencies.futures-util] version = "0.3.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.rustls] version = "0.19.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1.7" [dependencies.thiserror] version = "1.0.28" [dependencies.tokio] version = "1.10" features = ["full"] [dependencies.tokio-tungstenite] version = "0.15.0" [dependencies.url] version = "2" [dependencies.webpki-roots] version = "0.21.0" [features] default = ["rust-tls"] native-tls = ["tokio-tungstenite/native-tls", "tokio-tungstenite/tokio-native-tls", "actix-http/openssl"] rust-tls = ["tokio-tungstenite/tokio-rustls", "tokio-tungstenite/rustls-tls", "tokio-tungstenite/rustls", "actix-http/rustls"]