# 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 = "ws2812-pio" version = "0.8.0" description = "Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral." documentation = "https://docs.rs/ws2812-pio" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rp-rs/ws2812-pio-rs/" [dependencies.cortex-m] version = "0.7.3" [dependencies.embedded-hal] version = "0.2.5" [dependencies.fugit] version = "0.3.5" [dependencies.nb] version = "1.0.0" [dependencies.pio] version = "0.2.0" [dependencies.rp2040-hal] version = "0.10" [dependencies.smart-leds-trait] version = "0.2.1"