rive-http 1.1.1

Revolt REST API client for the Rive ecosystem.
Documentation
# 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-http"
version = "1.1.1"
authors = ["Rive contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Revolt REST API client 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"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]

[lib]
name = "rive_http"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0"

[dependencies.reqwest]
version = "0.11"
features = ["json"]
default-features = false

[dependencies.rive-models]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"