# 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 = "solderparty-rp2040-stamp-carrier" version = "0.5.0" authors = [ "9names", "The rp-rs Developers", ] description = "Board Support Package for the Solder Party RP2040 Stamp" homepage = "https://github.com/9names/solderparty-rp2040-stamp-carrier" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/9names/solderparty-rp2040-stamp-carrier.git" [dependencies.cortex-m] version = "0.7.2" [dependencies.cortex-m-rt] version = "0.7" optional = true [dependencies.embedded-hal] version = "0.2.5" [dependencies.fugit] version = "0.3.6" [dependencies.nb] version = "1.0.0" [dependencies.pio] version = "0.2.0" [dependencies.rp2040-boot2] version = "0.2.0" optional = true [dependencies.rp2040-hal] version = "0.8.0" [dependencies.smart-leds] version = "0.3.0" [dependencies.ws2812-pio] version = "0.6.0" [dev-dependencies.defmt] version = "0.3" [dev-dependencies.defmt-rtt] version = "0.4" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-probe] version = "0.3" [features] boot2 = ["rp2040-boot2"] critical-section-impl = ["rp2040-hal/critical-section-impl"] default = [ "boot2", "rt", "critical-section-impl", "rom-func-cache", ] disable-intrinsics = ["rp2040-hal/disable-intrinsics"] rom-func-cache = ["rp2040-hal/rom-func-cache"] rom-v2-intrinsics = ["rp2040-hal/rom-v2-intrinsics"] rp2040-e5 = ["rp2040-hal/rp2040-e5"] rt = [ "cortex-m-rt", "rp2040-hal/rt", ]