[package]
edition = "2024"
name = "libubootenv-sys"
version = "0.1.1"
build = "build.rs"
links = "ubootenv"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to libubootenv"
readme = "README.md"
license = "GPL-2.0-or-later"
repository = "https://github.com/FrederikLauber/libubootenv-sys"
[lib]
name = "libubootenv_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.pkg-config]
version = "0.3.32"