# 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 = "particle-xenon" version = "0.0.1" authors = ["Tad FIsher "] description = "Board support crate for the Particle Xenon device" keywords = ["arm", "cortex-m", "nrf52840", "hal"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/tadfisher/particle-rs" [dependencies.cortex-m] version = "0.6.0" features = ["inline-asm", "const-fn"] [dependencies.cortex-m-rt] version = "0.6.8" [dependencies.embedded-hal] version = "0.2.3" [dependencies.nrf52840-hal] version = "0.8.1" [dev-dependencies.cortex-m-rt] version = "0.6.5" [dev-dependencies.cortex-m-semihosting] version = "~0.3" [dev-dependencies.nb] version = "~0.1" [dev-dependencies.panic-halt] version = "~0.2" [dev-dependencies.panic-semihosting] version = "~0.5" [features] default = ["rt"] rt = ["nrf52840-hal/rt"]