# 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 = "ieee1275" version = "0.2.0" authors = ["Alberto Ruiz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe and easy-to-use wrapper for building OpenFirmware/IEEE1275 apps" readme = "README.md" categories = [ "embedded", "no-std", "api-bindings", ] license = "MIT" repository = "https://github.com/rust-osdev/ieee1275-rs" [profile.dev] panic = "abort" strip = true [profile.release] panic = "abort" strip = true [lib] name = "ieee1275" path = "src/lib.rs" [features] no_global_allocator = [] no_panic_handler = [] [target.powerpc-unknown-linux-gnu.dependencies.compiler_builtins] version = "0.1" features = ["mem"] default-features = false