# 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 = "ia-sandbox" version = "0.4.0" authors = ["Adrian Budau "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "ia_sandbox" path = "src/lib.rs" [[bin]] name = "allocate_20_megabytes" path = "test-fixtures/allocate_20_megabytes.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 = "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 = "ia-sandbox" path = "src/main.rs" [[bin]] name = "kill_with_signal_arg" path = "test-fixtures/kill_with_signal_arg.rs" required-features = ["integration-test"] [[bin]] name = "loop_500_ms" path = "test-fixtures/loop_500_ms.rs" required-features = ["integration-test"] [[bin]] name = "read_then_write" path = "test-fixtures/read_then_write.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 = "write_then_read" path = "test-fixtures/write_then_read.rs" required-features = ["integration-test"] [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.capctl] version = "0.2" [dependencies.clap] version = "4.0" features = [ "derive", "string", "wrap_help", ] [dependencies.humantime-serde] version = "1.1.1" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0" [dependencies.toml] version = "0.8" [dev-dependencies.tempfile] version = "3.3" [features] default = [] integration-test = [] [badges.gitlab] repository = "adrian.budau/ia-sandbox" [badges.maintenance] status = "experimental"