microsandbox-agent-client 0.5.7

Transport-agnostic client for the microsandbox agent protocol.
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 = "microsandbox-agent-client"
version = "0.5.7"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-agnostic client for the microsandbox agent protocol."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[features]
default = []
stream = []
uds = ["stream"]

[lib]
name = "microsandbox_agent_client"
path = "lib/lib.rs"

[dependencies.ciborium]
version = "0.2"

[dependencies.microsandbox-protocol]
version = "0.5.7"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = [
    "full",
    "io-util",
    "net",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.52"
features = [
    "full",
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
]