[build-dependencies.bindgen]
optional = true
version = "0.72.0"
[dependencies.libloading]
optional = true
version = "0.8"
[features]
bindgen = ["dep:bindgen"]
load_dynamic = ["dep:libloading"]
[lib]
name = "hw_dcmi_wrapper_sys"
path = "src/lib.rs"
[package]
authors = ["ZhuLegend"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "hardware-support"]
description = "A raw FFI binding to the Huawei DCMI API."
documentation = "https://docs.rs/hw_dcmi_wrapper_sys"
edition = "2021"
keywords = ["huawei", "gpu", "managment", "monitoring", "hardware"]
license = "MIT OR Apache-2.0"
name = "hw_dcmi_wrapper_sys"
readme = "README.md"
repository = "https://github.com/ZhuLegend/hw_dcmi"
version = "0.2.0"