libxen 0.5.0

Safe bindings for Xen libraries
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"
version = "0.5.0"
authors = ["Petr Benes <w.benny@outlook.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe bindings for Xen libraries"
homepage = "https://github.com/vmi-rs/xen"
readme = "README.md"
keywords = [
    "xen",
    "xenctrl",
    "xencontrol",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/vmi-rs/xen"

[features]
bindings-4_20 = ["xen-sys/bindings-4_20"]
bindings-4_21 = ["xen-sys/bindings-4_21"]
default = []

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

[dependencies.bitflags]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.xen-sys]
version = "0.5.0"
package = "libxen-sys"

[profile.release]
debug = 1