# 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 = "nrf52840-dk-bsp" version = "0.2.0" authors = ["Noah Hüsser "] description = "BSP for the nRF52840-DK" readme = "./README.md" keywords = ["arm", "cortex-m", "nrf52", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/nrf-rs/nrf52840-dk" [dependencies.cortex-m] version = "0.7" [dependencies.embedded-hal] version = "0.2" [dependencies.nrf52840-hal] version = "0.13.0" [dev-dependencies.cortex-m-rt] version = ">=0.6, <0.8" [dev-dependencies.nb] version = "1.0.0" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.panic-rtt-target] version = "0.1.2" features = ["cortex-m"] [dev-dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] [features] default = ["rt"] rt = ["nrf52840-hal/rt"]