rivetkit-client 2.3.1

Rust client for RivetKit - the Stateful Serverless Framework for building AI agents, realtime apps, and game servers
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"
name = "rivetkit-client"
version = "2.3.1"
authors = ["Rivet Gaming, LLC <developer@rivet.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client for RivetKit - the Stateful Serverless Framework for building AI agents, realtime apps, and game servers"
homepage = "https://rivet.dev"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/rivet"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.6.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.parking_lot]
version = "0.12"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "json",
    "charset",
    "http2",
    "macos-system-configuration",
    "rustls-tls-native-roots",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.rivetkit-client-protocol]
version = "=2.3.1"

[dependencies.scc]
version = "3.6.12"

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

[dependencies.serde_bare]
version = "0.5.0"

[dependencies.serde_cbor]
version = "0.11.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.26.1"
features = [
    "rustls-tls-native-roots",
    "rustls-tls-webpki-roots",
    "handshake",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tungstenite]
version = "0.26.2"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.vbare]
version = "0.0.4"

[dev-dependencies.axum]
version = "0.8"
features = [
    "http2",
    "macros",
    "ws",
]

[dev-dependencies.fs_extra]
version = "1.3.0"

[dev-dependencies.portpicker]
version = "0.1.1"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.tokio-test]
version = "0.4.3"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "std",
    "registry",
]