# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "linux-sys" version = "0.0.1-pre+5.4.0" authors = ["Elichai Turkel "] include = ["src/lib.rs", "build.rs", "Cargo.toml", "headers_install/*", "wrapper.h"] description = "FFI bindings to linux UAPI" readme = "README.md" keywords = ["ffi", "linux", "uapi", "posix", "libc"] categories = ["external-ffi-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/elichai/syscalls-rs/tree/master/linux-sys" [dependencies.cty] version = "0.2.1" optional = true [build-dependencies.bindgen] version = "0.52" features = ["which-rustfmt"] default-features = false [badges.travis-ci] repository = "elichai/log-derive"