styrolite 0.2.2

Lightweight, programmatic sandboxing tool
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 = "2024"
name = "styrolite"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight, programmatic sandboxing tool"
homepage = "https://github.com/edera-dev/styrolite"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/edera-dev/styrolite"

[features]
async = ["dep:tokio"]

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

[[bin]]
name = "styrojail"
path = "bin/styrojail.rs"

[[bin]]
name = "styrolite"
path = "bin/styrolite.rs"

[[example]]
name = "styrolite-attach"
path = "examples/attach.rs"

[[example]]
name = "styrolite-rundir"
path = "examples/rundir.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.libc]
version = "0.2.182"

[dependencies.log]
version = "0.4.29"

[dependencies.mktemp-rs]
version = "0.2.0"

[dependencies.nix]
version = "0.31.2"
features = [
    "process",
    "signal",
    "user",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
optional = true

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