# 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" rust-version = "1.64" name = "rive-gateway" version = "1.1.0" authors = ["Rive contributors"] description = "Revolt WebSocket API implementaion for the Rive ecosystem." readme = "README.md" keywords = [ "revolt", "revolt-api", "rive", ] categories = ["api-bindings"] license = "LGPL-2.1-or-later" repository = "https://codeberg.org/rive/rive.git" [dependencies.async-channel] version = "1.8" [dependencies.futures] version = "0.3" [dependencies.rive-models] version = "1" default-features = false [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt", "time", ] [dependencies.tokio-tungstenite] version = "0.17" [features] default = ["native-tls"] native-tls = ["tokio-tungstenite/native-tls"] rustls-tls-native-roots = ["tokio-tungstenite/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["tokio-tungstenite/rustls-tls-webpki-roots"]