# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rmicrobit" version = "1.0.1" authors = ["Matthew Woodcraft "] description = "Drivers for the micro:bit 5×5 LED display and buttons." documentation = "https://docs.rs/rmicrobit" readme = "README.md" keywords = ["microbit", "arm", "cortex-m", "nordic", "nrf51"] license = "MIT" repository = "https://github.com/mattheww/rmicrobit/" [profile.release] debug = true [dependencies.embedded-hal] version = "0.2.3" [dependencies.nrf51-hal] version = "0.7.0" [dependencies.tiny-led-matrix] version = "1.0" [dev-dependencies.cortex-m-rtfm] version = "0.5.0" [dev-dependencies.cortex-m-semihosting] version = "0.3.5" [dev-dependencies.numtoa] version = "0.2.3" [dev-dependencies.panic-semihosting] version = "0.5.3"