cageforge-backend-api 0.7.0

Capability and execution contracts for Cageforge sandbox backends
Documentation
[package]
name = "cageforge-backend-api"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Capability and execution contracts for Cageforge sandbox backends"
readme = "README.md"

[package.metadata.dist]
dist = false

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

[dependencies]
cageforge-command.workspace = true
cageforge-path.workspace = true
cageforge-policy.workspace = true
cageforge-policy-compose.workspace = true
thiserror.workspace = true

[dev-dependencies]
pretty_assertions.workspace = true
proptest.workspace = true

[lints]
workspace = true