render-client 0.3.1

Generated Render REST client used by stackless-render
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 = "2024"
name = "render-client"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated Render REST client used by stackless-render"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/snowmead/stackless"

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

[dependencies.bytes]
version = "1.9"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.futures-core]
version = "0.3"

[dependencies.progenitor-client]
version = "0.14.0"

[dependencies.regress]
version = "0.10"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "charset",
    "http2",
    "json",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.serde_urlencoded]
version = "0.7"