cortex-m-rtfm 0.2.1

Real Time For the Masses (RTFM) framework for ARM 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-rtfm"
version = "0.2.1"
authors = ["Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>"]
description = "Real Time For the Masses (RTFM) framework for ARM Cortex-M microcontrollers"
documentation = "https://docs.rs/cortex-m-rtfm"
keywords = ["arm", "cortex-m"]
categories = ["concurrency", "embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/japaric/cortex-m-rtfm"
[profile.release]
lto = true
[dependencies.static-ref]
version = "0.2.1"

[dependencies.rtfm-core]
version = "0.1.0"

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

[dependencies.cortex-m-rtfm-macros]
version = "=0.2.0"
[dev-dependencies.stm32f103xx]
version = "0.7.1"
features = ["rt"]

[dev-dependencies.cortex-m-rt]
version = "0.3.3"
features = ["abort-on-panic"]
[target."cfg(target_arch = \"x86_64\")".dev-dependencies.compiletest_rs]
version = "0.2.8"