# 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 = "cytron_maker_pi_rp2040" version = "0.6.0" authors = ["9names"] description = "Board Support Package for the Cytron Maker Pi RP2040" homepage = "https://github.com/9names/makerpi_rp2040" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/9names/makerpi_rp2040" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.rp2040-boot2] version = "0.3" optional = true [dependencies.rp2040-hal] version = "0.9" [dev-dependencies.embedded-hal] version = "0.2.5" [dev-dependencies.fugit] version = "0.3.6" [dev-dependencies.nb] version = "1.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.smart-leds] version = "0.3.0" [dev-dependencies.ws2812-pio] version = "0.7" [features] boot2 = ["rp2040-boot2"] critical-section-impl = ["rp2040-hal/critical-section-impl"] default = [ "boot2", "rt", "critical-section-impl", "rom-func-cache", ] rom-func-cache = ["rp2040-hal/rom-func-cache"] rp2040-e5 = ["rp2040-hal/rp2040-e5"] rt = [ "cortex-m-rt", "rp2040-hal/rt", ]