[package]
name = "xenctrl"
version = "0.4.7"
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.7.0"
log = "0.4.8"
xenctrl-sys = "0.1.1"
xenvmevent-sys = "0.1.3"
enum-primitive-derive = "0.1.2"
num-traits = "0.2.8"
[package.metadata.release]
disable-publish = true