procjail 0.2.0

Process sandbox for running untrusted code — Linux namespaces, seccomp, firejail, bubblewrap, rlimits
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"
rust-version = "1.85"
name = "procjail"
version = "0.2.0"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Process sandbox for running untrusted code — Linux namespaces, seccomp, firejail, bubblewrap, rlimits"
readme = "README.md"
keywords = [
    "sandbox",
    "security",
    "isolation",
    "namespace",
    "seccomp",
]
categories = ["os::unix-apis"]
license = "MIT"
repository = "https://github.com/santhsecurity/procjail"

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

[[bin]]
name = "debug_env"
path = "src/bin/debug_env.rs"

[[example]]
name = "advanced_config"
path = "examples/advanced_config.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_sandbox"
path = "examples/basic_sandbox.rs"

[[example]]
name = "node_sandbox"
path = "examples/node_sandbox.rs"

[dependencies.anyhow]
version = "1"

[dependencies.libc]
version = "0.2"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "1.1.0"

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