# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hbm-minigbm" version = "0.1.6" authors = ["Chia-I Wu"] description = "An unstable HBM C API for minigbm drivers" readme = "README.md" keywords = [ "graphics", "gbm", "minigbm", "gralloc", ] categories = [ "hardware-support", "graphics", "multimedia", ] license = "MIT" repository = "https://gitlab.freedesktop.org/olv/hbm" [lib] crate-type = ["staticlib"] [dependencies.hbm] version = "0.1.6" features = ["ash"] default-features = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [build-dependencies.cbindgen] version = "0.24" [features] capi = [] default = ["capi"] [lints.clippy] multiple_unsafe_ops_per_block = "deny" undocumented_unsafe_blocks = "deny"