arcbox-connect 0.6.3

Connect RPC surface for the ArcBox sandbox API (connectrpc + buffa)
# 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"
rust-version = "1.96"
name = "arcbox-connect"
version = "0.6.3"
authors = [
    "ArcBox Labs <team@arcbox.dev>",
    "AprilNEA <dev@aprilnea.me> (https://aprilnea.me)",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Connect RPC surface for the ArcBox sandbox API (connectrpc + buffa)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/arcboxlabs/arcbox"

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

[dependencies.buffa]
version = "0.9.1"
features = ["json"]

[dependencies.buffa-types]
version = "0.9.1"
features = ["json"]

[dependencies.connectrpc]
version = "0.8.1"

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

[build-dependencies.connectrpc-build]
version = "0.8.0"