# 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 = "2018" name = "nrf-smartled" version = "0.5.0" authors = ["James Munns "] description = "A Smart LED (WS2812) driver using hardware acceleration" readme = "README.md" categories = ["embedded", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/jamesmunns/nrf-smartled" [package.metadata.docs.rs] all-features = false features = ["52840"] [dependencies.nrf52810-hal] version = "0.14.0" optional = true [dependencies.nrf52832-hal] version = "0.14.0" optional = true [dependencies.nrf52840-hal] version = "0.14.0" optional = true [dependencies.smart-leds-trait] version = "0.2.0" [features] 52810 = ["nrf52810-hal"] 52832 = ["nrf52832-hal"] 52840 = ["nrf52840-hal"]