edgefirst-gbm-sys 0.4.1

Bindgen generated unsafe libgbm wrapper with dynamic loading support
Documentation
# 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 = "edgefirst-gbm-sys"
version = "0.4.1"
authors = [
    "Victoria Brekenfeld <github@drakulix.de>",
    "Au-Zone Technologies <support@au-zone.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindgen generated unsafe libgbm wrapper with dynamic loading support"
documentation = "https://docs.rs/edgefirst-gbm-sys"
readme = "README.md"
keywords = [
    "gbm",
    "bindings",
    "dynamic-loading",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/EdgeFirstAI/gbm.rs"

[features]
dynamic = ["dep:libloading"]
update_bindings = ["use_bindgen"]
use_bindgen = [
    "bindgen",
    "dep:proc-macro2",
    "dep:regex",
]

[lib]
name = "edgefirst_gbm_sys"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8"
optional = true

[build-dependencies.bindgen]
version = "0.72"
optional = true

[build-dependencies.proc-macro2]
version = "1.0.69"
optional = true

[build-dependencies.regex]
version = "1.10"
optional = true