[package] name = "xenforeignmemory" version = "0.2.3" authors = ["Mathieu Tarral "] edition = "2018" description = "Safe bindings to xenforeignmemory" readme = "README.md" homepage = "https://github.com/Wenzel/xenforeignmemory" repository = "https://github.com/Wenzel/xenforeignmemory" license = "GPL-3.0-only" keywords = ["xen", "xenforeignmemory"] categories = ["api-bindings"] [dependencies] libloading = "0.7.0" log = "0.4.8" thiserror = "1.0" xenforeignmemory-sys = "0.1.0" [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