# 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.59" name = "pentacle" version = "1.1.0" build = false exclude = [ ".github", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Executes programs as sealed anonymous files on Linux" readme = "README.md" keywords = [ "command", "exec", "memfd", "memfd_create", "seal", ] license = "MIT" repository = "https://github.com/haha-business/pentacle" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", ] [lib] name = "pentacle" path = "src/lib.rs" [[test]] name = "ensure_sealed" path = "tests/ensure_sealed.rs" [[test]] name = "spawn" path = "tests/spawn.rs" [dependencies.libc] version = "0.2.153" [dependencies.log] version = "0.4.4" optional = true [features] default = ["log"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage_nightly)"]