nrf51-hal 0.4.4

Peripheral access API for nRF51 microcontrollers
Documentation
# 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]
name = "nrf51-hal"
version = "0.4.4"
authors = ["Daniel Egger <daniel@eggers-club.de>"]
description = "Peripheral access API for nRF51 microcontrollers"
documentation = "https://docs.rs/nrf51-hal"
keywords = ["arm", "cortex-m", "nrf51", "hal"]
categories = ["embedded", "hardware-support", "no-std"]
license = "0BSD"
repository = "https://github.com/therealprof/nrf51-hal"
[profile.dev]
lto = true
debug = true

[profile.release]
opt-level = "s"
lto = true
debug = true
[dependencies.bare-metal]
version = "0.1.1"

[dependencies.cast]
version = "0.2.2"
default-features = false

[dependencies.cortex-m]
version = "0.4.3"

[dependencies.embedded-hal]
version = "0.1.2"
features = ["unproven"]

[dependencies.nb]
version = "0.1.1"

[dependencies.nrf51]
version = "0.4.0"
default-features = false

[features]
default = ["rt"]
rt = ["nrf51/rt"]