ia-sandbox 0.2.0

A CLI to sandbox (jail) and collect usage of applications.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ia-sandbox"
version = "0.2.0"
authors = ["Adrian Budau <budau.adi@gmail.com>"]
description = "A CLI to sandbox (jail) and collect usage of applications."
homepage = "https://gitlab.com/adrian.budau/ia-sandbox"
documentation = "https://gitlab.com/adrian.budau/ia-sandbox"
readme = "README.md"
keywords = ["sandbox", "jail", "infoarena"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://gitlab.com/adrian.budau/ia-sandbox"

[[bin]]
name = "ia-sandbox"
path = "src/main.rs"

[[bin]]
name = "allocate_20_megabytes"
path = "test-fixtures/allocate_20_megabytes.rs"
required-features = ["integration-test"]

[[bin]]
name = "exit_with_input"
path = "test-fixtures/exit_with_input.rs"
required-features = ["integration-test"]

[[bin]]
name = "exit_with_last_argument"
path = "test-fixtures/exit_with_last_argument.rs"
required-features = ["integration-test"]

[[bin]]
name = "hello_world"
path = "test-fixtures/hello_world.rs"
required-features = ["integration-test"]

[[bin]]
name = "kill_with_signal_arg"
path = "test-fixtures/kill_with_signal_arg.rs"
required-features = ["integration-test", "nightly"]

[[bin]]
name = "loop_500_ms"
path = "test-fixtures/loop_500_ms.rs"
required-features = ["integration-test"]

[[bin]]
name = "sleep_1_second"
path = "test-fixtures/sleep_1_second.rs"
required-features = ["integration-test"]

[[bin]]
name = "threads_allocate_20_megabytes"
path = "test-fixtures/threads_allocate_20_megabytes.rs"
required-features = ["integration-test"]

[[bin]]
name = "threads_loop_500_ms"
path = "test-fixtures/threads_loop_500_ms.rs"
required-features = ["integration-test"]

[[bin]]
name = "threads_sleep_1_second"
path = "test-fixtures/threads_sleep_1_second.rs"
required-features = ["integration-test"]

[[bin]]
name = "exit_with_arg_file"
path = "test-fixtures/exit_with_arg_file.rs"
required-features = ["integration-test"]

[[bin]]
name = "exit_with_env"
path = "test-fixtures/exit_with_env.rs"
required-features = ["integration-test"]

[[bin]]
name = "write_then_read"
path = "test-fixtures/write_then_read.rs"
required-features = ["integration-test"]

[[bin]]
name = "read_then_write"
path = "test-fixtures/read_then_write.rs"
required-features = ["integration-test"]
[dependencies.bincode]
version = "^1.0"

[dependencies.clap]
version = "^2.32"
features = ["suggestions", "color"]
default-features = false

[dependencies.failure]
version = "^0.1.2"

[dependencies.libc]
version = "^0.2"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"

[dependencies.serde_json]
version = "^1.0"
[dev-dependencies.tempfile]
version = "^3.0"

[features]
default = []
integration-test = []
nightly = []
[badges.gitlab]
repository = "adrian.budau/ia-sandbox"

[badges.maintenance]
status = "experimental"