birdcage 0.8.1

Cross-platform embeddable sandbox
Documentation
[dependencies.bitflags]
version = "2.4.0"

[dev-dependencies.clap]
features = ["derive"]
version = "3.2.17"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0.193"

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

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

[package]
authors = ["Phylum, Inc. <engineering@phylum.io>"]
description = "Cross-platform embeddable sandbox"
documentation = "https://docs.rs/birdcage"
edition = "2021"
license = "GPL-3.0-or-later"
name = "birdcage"
readme = "README.md"
repository = "https://github.com/phylum-dev/birdcage"
rust-version = "1.66.0"
version = "0.8.1"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2.132"

[target.'cfg(target_os = "linux")'.dependencies.log]
version = "0.4.20"

[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["pipe", "stdio", "thread", "process", "fs"]
version = "0.38.31"

[target.'cfg(target_os = "linux")'.dependencies.seccompiler]
version = "0.3.0"

[[test]]
harness = false
name = "harness"
path = "integration/harness.rs"

[[test]]
harness = false
name = "command_io"
path = "integration/command_io.rs"