summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 9062ce73a5e14e18548de0f3f025772f66724850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "userfaultfd-sys"
version = "0.5.0"
authors = ["The Wasmtime Project Developers"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Low-level bindings for userfaultfd functionality on Linux."
repository = "https://github.com/bytecodealliance/userfaultfd-rs"

build = "build.rs"

[dependencies]
cfg-if = "^1.0.0"

[build-dependencies]
bindgen = { version = "^0.68.1", default-features = false, features = ["runtime"]  }
cc = "1.0"

[features]
default = []
linux4_14 = []
linux5_7 = []