# 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 = "gaol" version = "0.2.1" authors = ["The Servo Project Developers"] description = "OS-level application sandboxing library" documentation = "https://docs.rs/gaol" license = "MIT/Apache-2.0" repository = "https://github.com/servo/gaol" [lib] name = "gaol" path = "lib.rs" [[test]] name = "file-read-all" path = "tests/file-read-all.rs" harness = false [[test]] name = "file-read-metadata" path = "tests/file-read-metadata.rs" harness = false [[test]] name = "forbidden-syscalls" path = "tests/forbidden-syscalls.rs" harness = false [[test]] name = "network-outbound" path = "tests/network-outbound.rs" harness = false [[test]] name = "system-info-read" path = "tests/system-info-read.rs" harness = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.7"