# 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 = "mio-pidfd" version = "0.4.0" authors = ["Samuel Brian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mio support for Linux's pidfd" documentation = "https://docs.rs/mio-pidfd" readme = "README.md" keywords = [ "asynchronous", "mio", "pidfd", "pid", "linux", ] categories = ["asynchronous"] license = "MIT" repository = "https://github.com/samuelbrian/mio-pidfd" [lib] name = "mio_pidfd" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.mio] version = "1.0" features = ["os-ext"]