# 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 = "uapi" version = "0.2.13" authors = ["Julian Orth "] description = "Wrappers for OS APIs on UNIX-like platform" readme = "README.md" keywords = [ "unix", "linux", "macos", "osx", "bsd", ] categories = ["os::unix-apis"] license = "MIT OR Apache-2.0" repository = "https://github.com/mahkoh/uapi" [package.metadata.docs.rs] targets = [ "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-unknown-freebsd", "x86_64-apple-darwin", ] [dependencies.cfg-if] version = "1" [dependencies.libc] version = "0.2" [dependencies.proc] version = "0.0.5" package = "uapi-proc" [dev-dependencies.tempfile] version = "3.0.5" [build-dependencies.cc] version = "1"