[package]
name = "xenctrl"
version = "0.8.0"
authors = ["Mathieu Tarral <mathieu.tarral@protonmail.com>"]
edition = "2018"
description = "Safe bindings to xenctrl"
readme = "README.md"
homepage = "https://github.com/Wenzel/xenctrl"
repository = "https://github.com/Wenzel/xenctrl"
license = "GPL-3.0-only"
keywords = ["xen", "xenctrl"]
categories = ["api-bindings"]
[dependencies]
libloading = "0.9.0"
log = "0.4.28"
xenctrl-sys = "0.2.0"
xenvmevent-sys = "0.2.0"
num_enum = "0.7.5"
num-traits = "0.2.19"
[package.metadata.release]
publish = false