home-aut-rp2040-ethernet/Cargo.toml

36 lines
1.0 KiB
TOML

[package]
name = "rp-pico"
version = "0.9.0"
authors = ["evan <evanmolder@gmail.com>", "The rp-rs Developers"]
edition = "2018"
homepage = "https://github.com/rp-rs/rp-hal-boards/tree/main/boards/rp-pico"
description = "Board Support Package for the Raspberry Pi Pico"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rp-rs/rp-hal-boards.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cortex-m = "0.7"
fugit = "0.3.7"
cortex-m-rt = "0.7"
rp2040-boot2 = { version = "0.3.0", optional = true }
rp2040-hal = {version = "0.10.2", features = ["rtic-monotonic"]}
waveshare-rp2040-zero = { version = "0.8.0", features = ["rt"] }
cortex-m-rtic = "1"
embedded-hal = "1.0.0"
usb-device = "0.3.2"
panic-halt = "1.0.0"
defmt = "0.3"
defmt-serial = "0.10.0"
usbd-serial = "0.2.2"
smart-leds = "0.3.0"
ws2812-pio = "0.8.0"
w5500-dhcp = { version = "0.7", features = ["eh0", "log"] }
w5500-mqtt = { version = "0.4", features = ["eh0", "log"] }
heapless = "0.8.0"