# 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" rust-version = "1.61" name = "picoboot-rs" version = "0.2.0" authors = ["Logan Hickok-Dickson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for connecting to and communicating with a Raspberry Pi microcontroller in BOOTSEL mode over USB" homepage = "https://github.com/NotQuiteApex/picoboot-rs" readme = "README.md" keywords = [ "raspberry-pi", "rp2040", "rp2350", "picoboot", "picotool", ] categories = [ "embedded", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NotQuiteApex/picoboot-rs.git" [lib] name = "picoboot_rs" path = "src/lib.rs" [dependencies.bincode] version = "1.3" [dependencies.rusb] version = "0.9" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.thiserror] version = "2"