# 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 = "rp2040-flash" version = "0.5.1" authors = ["Jan Niehusmann"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Support for writing the flash memory of the Raspberry Silicon RP2040." homepage = "https://github.com/jannic/rp2040-flash/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jannic/rp2040-flash" resolver = "2" [lib] name = "rp2040_flash" path = "src/lib.rs" [[example]] name = "flash_example" path = "examples/flash_example.rs" [dependencies.rp2040-hal] version = "0.10.0" default-features = false [dev-dependencies.cortex-m] version = "0.7.7" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.defmt] version = "0.3.2" [dev-dependencies.defmt-rtt] version = "0.4.0" [dev-dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.embedded-time] version = "0.12.1" [dev-dependencies.panic-probe] version = "0.3.0" [dev-dependencies.rp-pico] version = "0.9"