tabox 0.1.1

A sandbox to execute a program in an isolated environment and measure its resource usage
Documentation
[[bin]]
name = "tabox"
required-features = ["binary"]
[dependencies.env_logger]
optional = true
version = "0.7"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.structopt]
optional = true
version = "0.3"

[features]
binary = ["structopt", "env_logger"]

[package]
authors = ["Alessandro Righi <alerighi4@gmail.com>"]
default-run = "tabox"
description = "A sandbox to execute a program in an isolated environment and measure its resource usage"
documentation = "https://docs.rs/tabox"
edition = "2018"
homepage = "https://github.com/alerighi/tabox"
license = "MPL-2.0"
name = "tabox"
repository = "https://alerighi.github.io/tabox"
version = "0.1.1"
[target."cfg(target_os = \"linux\")".dependencies.errno]
version = "0.2"

[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"

[target."cfg(target_os = \"linux\")".dependencies.seccomp-sys]
version = "0.1"

[target."cfg(target_os = \"linux\")".dependencies.tempdir]
version = "0.3"