[package]
edition = "2024"
rust-version = "1.96"
name = "earl-protocol-bash"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bash sandboxed execution protocol for earl"
homepage = "https://github.com/mathematic-inc/earl"
documentation = "https://mathematic-inc.github.io/earl"
readme = false
keywords = [
"agent",
"bash",
"sandboxing",
"security",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/earl"
[lib]
name = "earl_protocol_bash"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.earl-core]
version = "0.6.2"
[dependencies.libc]
version = "0.2"
[dependencies.rkyv]
version = "0.8"
features = [
"bytecheck",
"std",
]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
version = "1"
features = [
"io-util",
"process",
"rt",
"time",
]