# 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 = "async-pidfd-next" version = "0.1.0" authors = [ "Josh Triplett ", "MaxVerevkin ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Process file descriptors (pidfd) for Linux" readme = "README.md" keywords = [ "process", "file-descriptor", "wait", "future", "futures", ] categories = [ "api-bindings", "asynchronous", "os::unix-apis", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MaxVerevkin/async-pidfd" [lib] name = "async_pidfd_next" path = "src/lib.rs" [dependencies.async-io] version = "2.0" optional = true [dependencies.libc] version = "0.2.78" [dev-dependencies.futures-lite] version = "2.0" [features] async = ["async-io"] default = ["async"]