summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 840d295356e5e01935773254298cc0afb8d46e98 (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.4.3"
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.60.1", default-features = false, features = ["runtime"]  }
cc = "1.0"

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