# 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 = "cyw43-pio" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "RP2040 PIO SPI implementation for cyw43" documentation = "https://docs.embassy.dev/cyw43-pio" readme = "README.md" keywords = [ "embedded", "cyw43", "embassy-net", "embedded-hal-async", "wifi", ] categories = [ "embedded", "hardware-support", "no-std", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs/embassy" [package.metadata.embassy_docs] src_base = "https://github.com/embassy-rs/embassy/blob/cyw43-pio-v$VERSION/cyw43-pio/src/" src_base_git = "https://github.com/embassy-rs/embassy/blob/$COMMIT/cyw43-pio/src/" target = "thumbv6m-none-eabi" [lib] name = "cyw43_pio" path = "src/lib.rs" [dependencies.cyw43] version = "0.2.0" [dependencies.defmt] version = "0.3" optional = true [dependencies.embassy-rp] version = "0.2.0" [dependencies.fixed] version = "1.23.1" [dependencies.pio] version = "0.2.1" [dependencies.pio-proc] version = "0.2" [features] overclock = []