cortex-m-rtfm 0.1.1

Real Time For the Masses (RTFM), a framework for building concurrent applications, for ARM Cortex-M microcontrollers
# 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.1.1"
authors = ["Jorge Aparicio <jorge@japaric.io>", "Per Lindgren <per.lindgren@ltu.se>"]
description = "Real Time For the Masses (RTFM), a framework for building concurrent applications, 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"
[dependencies.typenum]
version = "1.7.0"

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

[dependencies.static-ref]
version = "0.1.0"
[dev-dependencies.compiletest_rs]
version = "0.2.5"
[build-dependencies.quote]
version = "0.3.15"

[build-dependencies.syn]
version = "0.11.10"

[features]
P5 = []
P3 = []
default = ["P4"]
P4 = []
P2 = []