# 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.81.0" name = "priv_sep" version = "2.1.0" authors = ["Zack Newman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FFI for pledge(2) and unveil(2) on OpenBSD." documentation = "https://docs.rs/priv_sep/latest/priv_sep/" readme = "README.md" keywords = [ "ffi", "openbsd", "privsep", "security", ] categories = [ "development-tools::ffi", "external-ffi-bindings", "os", ] license = "MIT OR Apache-2.0" repository = "https://git.philomathiclife.com/repos/priv_sep/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "priv_sep" path = "src/lib.rs" [features] default = ["openbsd"] openbsd = ["dep:libc"] [target.'cfg(target_os = "openbsd")'.dependencies.libc] version = "0.2.158" features = ["std"] optional = true default-features = false [badges.maintenance] status = "actively-developed"