[package]
edition = "2024"
name = "microsandbox-control-client"
version = "0.7.2"
authors = ["Super Rad Company <development@superrad.company>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Framed host-control client with explicit legacy JSON compatibility."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"
[features]
default = []
named-pipe = ["microsandbox-protocol-client/named-pipe"]
uds = ["microsandbox-protocol-client/uds"]
[lib]
name = "microsandbox_control_client"
path = "lib/lib.rs"
[[test]]
name = "compatibility"
path = "tests/compatibility.rs"
[[test]]
name = "framed"
path = "tests/framed.rs"
[[test]]
name = "live"
path = "tests/live.rs"
[[test]]
name = "named_pipe"
path = "tests/named_pipe.rs"
[dependencies.microsandbox-protocol]
version = "=0.7.2"
[dependencies.microsandbox-protocol-client]
version = "=0.7.2"
[dependencies.microsandbox-utils]
version = "=0.7.2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]
[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",
"io-util",
"time",
]
[dependencies.tokio-util]
version = "0.7"
features = [
"io",
"rt",
]
[dependencies.zeroize]
version = "1.8"
features = [
"derive",
"serde",
]
[dev-dependencies.ciborium]
version = "0.2"
[dev-dependencies.tokio]
version = "1.52"
features = [
"fs",
"io-util",
"io-std",
"macros",
"net",
"process",
"rt",
"rt-multi-thread",
"signal",
"sync",
"time",
"io-util",
"macros",
"rt-multi-thread",
"time",
"test-util",
]