# 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" version = "1.2.0" authors = ["Rive contributors"] description = "The Rive ecosystem crate." readme = "README.md" keywords = [ "revolt", "revolt-api", "rive", ] categories = [ "api-bindings", "data-structures", ] license = "LGPL-2.1-or-later" repository = "https://codeberg.org/rive/rive.git" [dependencies.futures] version = "0.3" [dependencies.rive-autumn] version = "1" [dependencies.rive-cache-inmemory] version = "1" [dependencies.rive-gateway] version = "1" [dependencies.rive-http] version = "1" [dependencies.rive-models] version = "1" [features] default = ["native-tls"] native-tls = [ "rive-http/native-tls", "rive-gateway/native-tls", "rive-autumn/native-tls", ] rustls-tls-native-roots = [ "rive-http/rustls-tls-native-roots", "rive-gateway/rustls-tls-native-roots", "rive-autumn/rustls-tls-native-roots", ] rustls-tls-webpki-roots = [ "rive-http/rustls-tls-webpki-roots", "rive-gateway/rustls-tls-webpki-roots", "rive-autumn/rustls-tls-webpki-roots", ]