# 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" rust-version = "1.79.0" name = "microbit-common" version = "0.15.1" authors = [ "Daniel Egger ", "Michael Droogleever ", "Rob Young ", ] description = "Implementation details for the BBC Micro:bit board support crates" readme = "README.md" keywords = [ "arm", "cortex-m", "nrf", "hal", ] categories = [ "hardware-support", "embedded", "no-std", ] license = "0BSD" repository = "https://github.com/nrf-rs/microbit" resolver = "2" [dependencies.embedded-hal] version = "1.0.0" [dependencies.nrf51-hal] version = "0.18.0" features = [ "rt", "xxAB-package", ] optional = true default-features = false [dependencies.nrf52833-hal] version = "0.18.0" features = ["rt"] optional = true default-features = false [dependencies.tiny-led-matrix] version = "1.0.2" [features] doc = [] embedded-hal-02 = [ "nrf51-hal?/embedded-hal-02", "nrf52833-hal?/embedded-hal-02", ] v1 = ["nrf51-hal"] v2 = ["nrf52833-hal"]