cratestack-client-rust 0.4.16

Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services.
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 = "cratestack-client-rust"
version = "0.4.16"
authors = ["Stephane Segning <selastlambou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-native schema-first framework for typed HTTP APIs, generated clients, and backend services."
homepage = "https://cratestack.dev"
documentation = "https://rust-doc.cratestack.dev/cratestack"
readme = "README.md"
keywords = [
    "api",
    "schema",
    "codegen",
    "axum",
    "sqlx",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cratestack/cratestack"

[features]
codec-json = ["dep:cratestack-codec-json"]
default = ["codec-json"]

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

[[test]]
name = "spike"
path = "tests/spike.rs"

[[test]]
name = "streaming"
path = "tests/streaming.rs"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0"
features = ["serde"]

[dependencies.cratestack-codec-cbor]
version = "0.4.16"

[dependencies.cratestack-codec-json]
version = "0.4.16"
optional = true

[dependencies.cratestack-core]
version = "0.4.16"

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.minicbor]
version = "2.2.1"

[dependencies.minicbor-serde]
version = "0.6.2"
features = ["std"]

[dependencies.reqwest]
version = "0"
features = [
    "rustls-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.url]
version = "2"

[dev-dependencies.async-stream]
version = "0.3"

[dev-dependencies.axum]
version = "0"

[dev-dependencies.cratestack-core]
version = "0.4.16"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "macros",
    "rt-multi-thread",
    "time",
    "sync",
]