libxen-sys 0.3.0

Rust FFI bindings for Xen
Documentation
[build-dependencies.bindgen]
version = "0.71.1"

[build-dependencies.pkg-config]
version = "0.3.31"

[dependencies]

[features]
bindings-4_20 = []
default = ["xencontrol", "xendevicemodel", "xenevtchn", "xenforeignmemory", "xenstore", "vm_event", "bindings-4_20"]
vm_event = []
xencontrol = []
xendevicemodel = []
xenevtchn = []
xenforeignmemory = []
xenstore = []

[lib]
name = "xen_sys"
path = "src/lib.rs"

[package]
authors = ["Petr Benes <w.benny@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings"]
description = "Rust FFI bindings for Xen"
edition = "2024"
homepage = "https://github.com/vmi-rs/xen"
keywords = ["xen", "xenctrl", "xencontrol"]
license = "MIT"
links = "xencontrol"
name = "libxen-sys"
publish = true
readme = false
repository = "https://github.com/vmi-rs/xen"
resolver = "2"
rust-version = "1.85.0"
version = "0.3.0"