# 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 = "usbd-picotool-reset" version = "0.3.0" authors = ["The rp-rs Developers"] description = "USB Class to enable resetting using picotool" documentation = "https://docs.rs/usbd-picotool-reset" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ithinuel/usbd-picotool-reset" [package.metadata.docs.rs] features = ["defmt"] targets = ["thumbv6m-none-eabi"] [dependencies.defmt] version = ">=0.2.0, <0.4" optional = true [dependencies.rp2040-hal] version = "0.10.1" [dependencies.usb-device] version = "0.3.2" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.rp-pico] version = "0.9.0"