xenctrl 0.4.7

Safe bindings to xenctrl
[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]
# releases are managed by cargo release, but publication is done on the CI
# this metadata prevents a misuse when --skip-publish flag is missing from cargo
# release command line
disable-publish = true