libfdt-sys 0.0.3

A sys crate for libfdt.
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 = "2024"
name = "libfdt-sys"
version = "0.0.3"
authors = ["Romain Malmain <rmalmain@pm.me>"]
build = "build.rs"
links = "fdt"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sys crate for libfdt."
readme = "README.md"
keywords = [
    "libfdt",
    "dtc",
    "dt",
    "devicetree",
    "fdt",
]
categories = ["external-ffi-bindings"]
license-file = "LICENSE"
repository = "https://github.com/rmalmain/libfdt-sys"

[features]
shared = []
static = []

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

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.meson-next]
version = "1.2.3"