# 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 = "microbit" version = "0.15.0" authors = [ "Daniel Egger ", "Michael Droogleever ", "Rob Young ", ] description = "Board support crate for the BBC Micro:bit V1" 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.microbit-common] version = "=0.15.0" features = ["v1"] [features] embedded-hal-02 = ["microbit-common/embedded-hal-02"]