# 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 = "flat_device_tree" version = "3.1.1" authors = [ "Wesley Norris ", "Marc Brinkmann ", "Rust flat_device_tree developers", ] description = "A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees" documentation = "https://docs.rs/flat_device_tree" readme = "README.md" keywords = [ "devicetree", "fdt", "dt", "dtb", ] categories = [ "embedded", "no-std", ] license = "MPL-2.0" repository = "https://codeberg.org/weathered-steel/flat_device_tree" [dependencies] [features] pretty-printing = []