proc_jail 0.1.0

Process execution guard for agentic systems
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["process", "time", "io-util", "rt", "macros"]
version = "1"

[dependencies.tracing]
optional = true
version = "0.1"

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

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[features]
default = []
tracing = ["dep:tracing"]

[lib]
name = "proc_jail"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "command-line-utilities"]
description = "Process execution guard for agentic systems"
documentation = "https://docs.rs/proc_jail"
edition = "2021"
keywords = ["security", "process", "sandbox", "injection", "agentic"]
license = "MIT OR Apache-2.0"
name = "proc_jail"
readme = "README.md"
repository = "https://github.com/tenuo-ai/proc_jail"
rust-version = "1.75"
version = "0.1.0"

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

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