# 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 = "mb2-wukong-expansion" version = "0.1.2" authors = ["Bart Massey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Board crate for Elecfreaks Wukong Extension for the BBC micro:bit v2" documentation = "https://docs.rs/crate/mb2-wukong-expansion" readme = "README.md" keywords = [ "microbit", "wukong", ] categories = [ "embedded", "no-std", "hardware-support", ] license-file = "LICENSE.txt" repository = "https://github.com/BartMassey/mb2-wukong-expansion" [lib] name = "mb2_wukong_expansion" path = "src/lib.rs" [[example]] name = "ambient" path = "examples/ambient.rs" [[example]] name = "breath" path = "examples/breath.rs" [[example]] name = "motor" path = "examples/motor.rs" [[example]] name = "servo" path = "examples/servo.rs" [[example]] name = "tune" path = "examples/tune.rs" [dependencies.embedded-dma] version = "0.2" [dependencies.embedded-hal] version = "1.0" [dependencies.libm] version = "0.2" [dependencies.nrf52833-hal] version = "0.18" default-features = false [dependencies.smart-leds] version = "0.4" [dependencies.smart-leds-trait] version = "0.3" [dependencies.ws2812-nrf52833-pwm] version = "^0.2.1" [dev-dependencies.cortex-m] version = "0.7" features = [ "inline-asm", "critical-section-single-core", ] [dev-dependencies.cortex-m-rt] version = "0.7" [dev-dependencies.microbit-v2] version = "0.15.1" [dev-dependencies.panic-probe] version = "0.3.2" [dev-dependencies.panic-rtt-target] version = "0.1.3" [dev-dependencies.rtt-target] version = "0.5.0" [features] ambient = [] bus = [] buzzer = [] default = [ "ambient", "buzzer", "mood_lights", "motor", "servo", ] defmt-03 = ["embedded-hal/defmt-03"] embedded-hal-02 = ["nrf52833-hal/embedded-hal-02"] mood_lights = ["bus"] motor = ["bus"] rt = ["nrf52833-hal/rt"] servo = ["bus"] [badges.maintenance] status = "actively-developed"