# 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 = "2018" name = "adafruit-kb2040" version = "0.8.0" authors = [ "Andrew Christiansen ", "The rp-rs Developers", ] description = "Board Support Package for the Adafruit KB2040" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/adafruit-kb2040" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rp-rs/rp-hal-boards.git" resolver = "2" [dependencies.cortex-m-rt] version = "0.7.3" optional = true [dependencies.embedded-hal] version = "1.0.0" [dependencies.rp2040-boot2] version = "0.3.0" optional = true [dependencies.rp2040-hal] version = "0.10.0" [dev-dependencies.embedded-hal] version = "1.0.0" [dev-dependencies.fugit] version = "0.3.7" [dev-dependencies.heapless] version = "0.7.16" [dev-dependencies.nb] version = "1.1" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.smart-leds] version = "0.3.0" [dev-dependencies.usb-device] version = "0.3" [dev-dependencies.usbd-serial] version = "0.2.1" [dev-dependencies.ws2812-pio] version = "0.8.0" [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", ]