libxen-sys 0.5.0

Rust FFI bindings for Xen
Documentation
# 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 = "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"