cortex-m-rtfm-macros 0.2.0

Procedural macros of the cortex-m-rtfm crate
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-macros"
version = "0.2.0"
authors = ["Jorge Aparicio <jorge@japaric.io>"]
description = "Procedural macros of the cortex-m-rtfm crate"
documentation = "https://docs.rs/cortex-m-rtfm-macros"
keywords = ["arm", "cortex-m"]
categories = ["concurrency", "embedded", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/japaric/cortex-m-rtfm"

[lib]
proc-macro = true
[dependencies.error-chain]
version = "0.10.0"

[dependencies.syn]
version = "0.11.11"

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

[dependencies.quote]
version = "0.3.15"