# 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 = "2018" name = "pidfd_getfd" version = "0.2.2" description = "Binding to and a wrapper for the pidfd_getfd syscall" documentation = "https://docs.rs/pidfd_getfd" readme = "README.md" keywords = [ "pidfd", "linux", "syscall", "passing", "descriptors", ] categories = [ "api-bindings", "external-ffi-bindings", "os::linux-apis", ] license = "MIT OR Apache-2.0" repository = "https://codeberg.org/PatchMixolydic/pidfd_getfd" [features] default = [] nightly = [] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.98" [target."cfg(target_os = \"linux\")".dependencies.pidfd] version = "0.2.4"