44 lines
1.1 KiB
TOML
44 lines
1.1 KiB
TOML
|
|
# 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 = "userfaultfd"
|
||
|
|
version = "0.5.1"
|
||
|
|
authors = ["The Wasmtime Project Developers"]
|
||
|
|
description = "Rust bindings for the Linux userfaultfd functionality"
|
||
|
|
readme = "README.md"
|
||
|
|
license = "MIT OR Apache-2.0"
|
||
|
|
repository = "https://github.com/bytecodealliance/userfaultfd-rs"
|
||
|
|
|
||
|
|
[dependencies.bitflags]
|
||
|
|
version = "1.0"
|
||
|
|
|
||
|
|
[dependencies.cfg-if]
|
||
|
|
version = "^1.0.0"
|
||
|
|
|
||
|
|
[dependencies.libc]
|
||
|
|
version = "0.2.65"
|
||
|
|
|
||
|
|
[dependencies.nix]
|
||
|
|
version = "0.26"
|
||
|
|
|
||
|
|
[dependencies.thiserror]
|
||
|
|
version = "1.0.4"
|
||
|
|
|
||
|
|
[dependencies.userfaultfd-sys]
|
||
|
|
version = "^0.4.0"
|
||
|
|
|
||
|
|
[features]
|
||
|
|
default = []
|
||
|
|
linux4_14 = ["userfaultfd-sys/linux4_14"]
|
||
|
|
linux5_7 = ["userfaultfd-sys/linux5_7"]
|