cortex-m-rt 0.6.8

Minimal runtime / startup for Cortex-M 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 = "cortex-m-rt"
version = "0.6.8"
authors = ["The Cortex-M Team <cortex-m@teams.rust-embedded.org>", "Jorge Aparicio <jorge@japaric.io>", "Hideki Sekine <sekineh@me.com>"]
autoexamples = true
description = "Minimal runtime / startup for Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rt/"
readme = "README.md"
keywords = ["arm", "cortex-m", "runtime", "startup"]
categories = ["embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-embedded/cortex-m-rt"
[package.metadata.docs.rs]
features = ["device"]

[[example]]
name = "device"
required-features = ["device"]
[dependencies.cortex-m-rt-macros]
version = "0.1.5"

[dependencies.r0]
version = "0.2.2"
[dev-dependencies.cortex-m]
version = "0.6"

[dev-dependencies.panic-halt]
version = "0.2.0"

[dev-dependencies.rand]
version = "0.5.5"
default-features = false

[features]
device = []
[target."cfg(not(target_os = \"none\"))".dev-dependencies.compiletest_rs]
version = "0.3.14"
[target.thumbv6m-none-eabi.dev-dependencies.cortex-m-semihosting]
version = "0.3.1"
[target.thumbv7em-none-eabi.dev-dependencies.cortex-m-semihosting]
version = "0.3.1"
[target.thumbv7em-none-eabihf.dev-dependencies.cortex-m-semihosting]
version = "0.3.1"
[target.thumbv7m-none-eabi.dev-dependencies.cortex-m-semihosting]
version = "0.3.1"