microsandbox-protocol-client 0.7.0

Protocol-independent framed clients with owned routing and transports.
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-protocol-client"
version = "0.7.0"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-independent framed clients with owned routing and transports."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[features]
default = []
named-pipe = []
uds = []

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

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

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

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

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = [
    "fs",
    "io-util",
    "io-std",
    "macros",
    "net",
    "process",
    "rt",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.zeroize]
version = "1.8"
features = [
    "derive",
    "serde",
]

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