[package] name = "picow" version = "0.1.0" edition = "2021" license = "MIT" [build-dependencies] serde = { version = "*", features = ["derive"] } serde_yaml = "*" [dependencies] cortex-m-rt = "*" cyw43 = { git = "https://github.com/embassy-rs/embassy.git" } cyw43-pio = { git = "https://github.com/embassy-rs/embassy.git" } embassy-executor = { git = "https://github.com/embassy-rs/embassy.git", features = ["arch-cortex-m", "executor-interrupt", "executor-thread", "integrated-timers", "nightly"] } embassy-net = { git = "https://github.com/embassy-rs/embassy.git", features = ["tcp", "udp", "raw", "dhcpv4", "dhcpv4-hostname", "dns", "proto-ipv4", "multicast"] } embassy-rp = { git = "https://github.com/embassy-rs/embassy.git", features = ["critical-section-impl", "time-driver", "rp2040"] } embassy-time = { git = "https://github.com/embassy-rs/embassy.git" } embassy-usb-logger = { git = "https://github.com/embassy-rs/embassy.git" } log ="*" panic-halt = "*" portable-atomic = { version = "*", features = ["critical-section"] } rand = { version = "*", default-features = false } sntpc = { version = "*", default-features = false } static_cell = "*" [profile.release] debug = 2 lto = true opt-level = "z"