fdt 0.2.0-alpha2

A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees
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 = "fdt"
version = "0.2.0-alpha2"
authors = ["Wesley Norris <repnop@repnop.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees"
readme = "README.md"
keywords = [
    "devicetree",
    "fdt",
    "dt",
]
categories = [
    "embedded",
    "no-std",
]
license = "MPL-2.0"
repository = "https://github.com/repnop/fdt"

[features]
linux-dt-bindings = []
pretty-printing = []

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

[[example]]
name = "basic_info"
path = "examples/basic_info.rs"

[[example]]
name = "pretty_print"
path = "examples/pretty_print.rs"

[[example]]
name = "tree_print"
path = "examples/tree_print.rs"

[dependencies]