noether-isolation 0.7.3

Stage-execution sandbox policy + bubblewrap command builder. Extracted from noether-engine for consumers that want isolation without the full composition engine.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "noether-isolation"
version = "0.7.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stage-execution sandbox policy + bubblewrap command builder. Extracted from noether-engine for consumers that want isolation without the full composition engine."
homepage = "https://github.com/alpibrusl/noether"
readme = false
keywords = [
    "agent",
    "llm",
    "composition",
    "pipeline",
    "workflow",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "EUPL-1.2"
repository = "https://github.com/alpibrusl/noether"

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

[dependencies.noether-core]
version = "0.7"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.serde_json]
version = "1"