1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "userfaultfd-sys" 15version = "0.5.0" 16authors = ["The Wasmtime Project Developers"] 17build = "build.rs" 18description = "Low-level bindings for userfaultfd functionality on Linux." 19license = "MIT OR Apache-2.0" 20repository = "https://github.com/bytecodealliance/userfaultfd-rs" 21 22[dependencies.cfg-if] 23version = "^1.0.0" 24 25[build-dependencies.bindgen] 26version = "^0.68.1" 27features = ["runtime"] 28default-features = false 29 30[build-dependencies.cc] 31version = "1.0" 32 33[features] 34default = [] 35linux4_14 = [] 36linux5_7 = [] 37