# 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 = "tabox" version = "1.3.4" authors = ["Alessandro Righi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A sandbox to execute a program in an isolated environment and measure its resource usage" homepage = "https://alerighi.github.io/tabox" documentation = "https://docs.rs/tabox" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/alerighi/tabox" [lib] name = "tabox" path = "src/lib.rs" [[bin]] name = "tabox" path = "src/bin/tabox.rs" required-features = ["binary"] [dependencies.anyhow] version = "1" [dependencies.env_logger] version = "0.11" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.nix] version = "0.28" features = [ "mount", "fs", "user", "sched", "signal", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.signal-hook] version = "0.1" [dependencies.structopt] version = "0.3" optional = true [dependencies.tempfile] version = "3.4" [features] binary = [ "structopt", "env_logger", ] [target.'cfg(target_os = "linux")'.dependencies.seccomp-sys] version = "0.1"