[package]
name = "secure-exec-client"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Rust client transport for the Secure Exec native sidecar"
[dependencies]
secure-exec-sidecar = { workspace = true }
futures = "0.3"
parking_lot = "0.12"
scc = "2"
thiserror = "2"
tokio = { version = "1", features = ["io-util", "process", "sync"] }
tracing = "0.1"