[package]
edition = "2024"
rust-version = "1.85.0"
name = "libxen-sys"
version = "0.5.0"
authors = ["Petr Benes <w.benny@outlook.com>"]
build = "build.rs"
links = "xencontrol"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for Xen"
homepage = "https://github.com/vmi-rs/xen"
readme = false
keywords = [
"xen",
"xenctrl",
"xencontrol",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/vmi-rs/xen"
[features]
bindings-4_20 = []
bindings-4_21 = []
default = [
"xencontrol",
"xendevicemodel",
"xenevtchn",
"xenforeignmemory",
"xenstore",
"vm_event",
"bindings-4_21",
]
vm_event = []
xencontrol = []
xendevicemodel = []
xenevtchn = []
xenforeignmemory = []
xenstore = []
[lib]
name = "xen_sys"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.pkg-config]
version = "0.3.32"