[dependencies]
[features]
binary-info = []
[lib]
name = "rp_binary_info"
path = "src/lib.rs"
[package]
authors = ["The rp-rs Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
description = "Code and types for creating Picotool compatible Binary Info metadata"
edition = "2021"
homepage = "https://github.com/rp-rs/rp-hal"
keywords = ["embedded", "raspberry-pi", "rp2040", "rp2350", "picotool"]
license = "MIT OR Apache-2.0"
name = "rp-binary-info"
readme = "README.md"
repository = "https://github.com/rp-rs/rp-hal"
rust-version = "1.82"
version = "0.1.2"