# 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" rust-version = "1.66.0" name = "birdcage" version = "0.8.1" authors = ["Phylum, Inc. "] description = "Cross-platform embeddable sandbox" documentation = "https://docs.rs/birdcage" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/phylum-dev/birdcage" [[test]] name = "harness" path = "integration/harness.rs" harness = false [[test]] name = "command_io" path = "integration/command_io.rs" harness = false [dependencies.bitflags] version = "2.4.0" [dev-dependencies.clap] version = "3.2.17" features = ["derive"] [dev-dependencies.serde] version = "1.0.193" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.tempfile] version = "3.3.0" [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] version = "0.38.31" features = [ "pipe", "stdio", "thread", "process", "fs", ] [target."cfg(target_os = \"linux\")".dependencies.seccompiler] version = "0.3.0"