# 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 = "pimoroni-pico-explorer" version = "0.8.0" authors = [ "Hmvp ", "The rp-rs Developers", ] description = "Board Support Package for the Pico Explorer" homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/pimoroni-pico-explorer" 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.display-interface-spi] version = "0.4.1" [dependencies.embedded-graphics] version = "0.7.1" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded_hal_0_2] version = "0.2.5" features = ["unproven"] package = "embedded-hal" [dependencies.fugit] version = "0.3.7" [dependencies.rp2040-boot2] version = "0.3.0" optional = true [dependencies.rp2040-hal] version = "0.10.0" [dependencies.st7789] version = "0.6.1" [dev-dependencies.arrayvec] version = "0.7.4" default-features = false [dev-dependencies.cortex-m] version = "0.7.7" [dev-dependencies.display-interface] version = "0.4.1" [dev-dependencies.nb] version = "1.1" [dev-dependencies.panic-halt] version = "0.2.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", ]