# 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 = "2021" rust-version = "1.81.0" name = "libxen" version = "0.1.2" authors = ["Petr Benes "] build = false publish = true 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" [profile.release] debug = 1 [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.1.1" package = "libxen-sys"