# 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-nrf52833-hal-pwm" version = "0.1.0" authors = ["Bart Massey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "nrf52833 PWM driver for ws2812 leds" documentation = "https://docs.rs/crate/ws2812-nrf52833-hal" readme = "README.md" keywords = [ "smart-leds", "ws2812", "nrf52833", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BartMassey/ws2812-nrf52833-hal" [lib] name = "ws2812_nrf52833_hal_pwm" path = "src/lib.rs" [[example]] name = "mb2-wukong" path = "examples/mb2-wukong.rs" [dependencies.embedded-dma] version = "0.2.0" [dependencies.embedded-hal] version = "1.0.0" [dependencies.nrf52833-hal] version = "0.18" default-features = false [dependencies.smart-leds-trait] version = "0.3" [dev-dependencies.cortex-m] version = "0.7.7" features = [ "inline-asm", "critical-section-single-core", ] [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.microbit-v2] version = "0.15.0" [dev-dependencies.panic-rtt-target] version = "0.1.3" [dev-dependencies.rtt-target] version = "0.5.0" [dev-dependencies.smart-leds] version = "0.4.0" [features] defmt-03 = ["embedded-hal/defmt-03"] embedded-hal-02 = ["nrf52833-hal/embedded-hal-02"] rt = ["nrf52833-hal/rt"] [badges.maintenance] status = "actively-developed"