[package]
name = "fdp"
version = "0.3.0"
authors = ["Mathieu Tarral <mathieu.tarral@protonmail.com>"]
edition = "2018"
description = "Safe bindings for libFDP (Fast Debugging Protocol)"
readme = "README.md"
homepage = "https://github.com/Wenzel/fdp"
repository = "https://github.com/Wenzel/fdp"
license = "GPL-3.0-only"
keywords = ["FDP", "Introspection", "VirtualBox", "VMI"]
categories = ["api-bindings"]
[dependencies]
log = "0.4.26"
fdp-sys = "0.2.0"
custom_error = "1.9.2"
libloading = "0.8.6"
enum-primitive-derive = "0.3.0"
num-traits = "0.2.19"
[package.metadata.release]
publish = false