[package]
edition = "2024"
name = "rivet-envoy-protocol"
version = "2.3.0-rc.12"
authors = ["Rivet Gaming, LLC <developer@rivet.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned Envoy protocol types for Rivet actor hosts"
homepage = "https://rivet.dev"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/rivet"
resolver = "2"
[lib]
name = "rivet_envoy_protocol"
path = "src/lib.rs"
[[test]]
name = "remote_sql_compat"
path = "tests/remote_sql_compat.rs"
[[test]]
name = "stateless_sqlite_v3"
path = "tests/stateless_sqlite_v3.rs"
[dependencies.anyhow]
version = "1.0.82"
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.rivet-util-serde]
version = "=2.3.0-rc.12"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_bare]
version = "0.5.0"
[dependencies.utoipa]
version = "5.4.0"
features = ["uuid"]
[dependencies.vbare]
version = "0.0.4"
[dev-dependencies.uuid]
version = "1.11.0"
features = [
"v4",
"serde",
]
[build-dependencies.vbare-compiler]
version = "0.0.4"