[package] name = "xenctrl" version = "0.6.0" authors = ["Mathieu Tarral "] 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.8.1" log = "0.4.20" xenctrl-sys = "0.1.1" xenvmevent-sys = "0.1.3" num_enum = "0.7.2" num-traits = "0.2.17" [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 publish = false