[dependencies.enum_dispatch]
version = "0.3.13"
[dependencies.fdt-raw]
version = "0.1.0"
[dependencies.log]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.11"
[[example]]
name = "fdt_debug_demo"
path = "examples/fdt_debug_demo.rs"
[features]
default = []
std = []
[lib]
name = "fdt_edit"
path = "src/lib.rs"
[package]
authors = ["周睿 <zrufo747@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "hardware-support"]
description = "A high-level library for creating, editing, and encoding Flattened Device Tree (FDT) structures"
documentation = "https://docs.rs/fdt-edit"
edition = "2024"
exclude = [".git*", "*.md", "tests/"]
homepage = "https://github.com/drivercraft/fdt-parser"
keywords = ["device-tree", "dtb", "embedded", "no-std", "editor"]
license = "MIT OR Apache-2.0"
name = "fdt-edit"
readme = "README.md"
repository = "https://github.com/drivercraft/fdt-parser"
resolver = "2"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-none-softfloat", "riscv64gc-unknown-none-elf"]