cageforge-command 0.7.0

Validated command, environment, and stdio requests for Rust sandboxes
Documentation
[package]
name = "cageforge-command"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
rust-version.workspace = true
description = "Validated command, environment, and stdio requests for Rust sandboxes"
repository.workspace = true
readme = "README.md"

[package.metadata.dist]
dist = false

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

[dependencies]
cageforge-path = { workspace = true }
thiserror = { workspace = true }
wildmatch = { workspace = true }

[lints]
workspace = true

[dev-dependencies]
pretty_assertions.workspace = true