2017-07-04 18:26:11 +02:00
|
|
|
[package]
|
2019-10-15 22:01:32 +02:00
|
|
|
authors = [
|
|
|
|
"The Real Time For the Masses developers",
|
|
|
|
"Jorge Aparicio <jorge@japaric.io>",
|
|
|
|
]
|
2018-11-03 17:24:45 +01:00
|
|
|
categories = ["concurrency", "embedded", "no-std"]
|
|
|
|
description = "Procedural macros of the cortex-m-rtfm crate"
|
2019-09-15 20:19:48 +02:00
|
|
|
documentation = "https://rtfm-rs.github.io/cortex-m-rtfm/api/cortex_m_rtfm"
|
2018-12-16 19:13:22 +01:00
|
|
|
edition = "2018"
|
2018-11-03 17:24:45 +01:00
|
|
|
keywords = ["arm", "cortex-m"]
|
|
|
|
license = "MIT OR Apache-2.0"
|
2017-07-09 04:44:22 +02:00
|
|
|
name = "cortex-m-rtfm-macros"
|
2018-11-03 17:24:45 +01:00
|
|
|
readme = "../README.md"
|
2019-09-15 20:19:48 +02:00
|
|
|
repository = "https://github.com/rtfm-rs/cortex-m-rtfm"
|
2019-10-15 22:01:32 +02:00
|
|
|
version = "0.5.0-beta.1"
|
2017-07-04 18:26:11 +02:00
|
|
|
|
|
|
|
[lib]
|
2017-07-12 06:44:54 +02:00
|
|
|
proc-macro = true
|
2018-11-03 17:02:41 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2019-08-20 15:11:24 +02:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|
|
|
|
syn = "1"
|
2019-10-15 22:01:32 +02:00
|
|
|
rtfm-syntax = "0.4.0-beta.2"
|
2018-11-03 17:02:41 +01:00
|
|
|
|
|
|
|
[features]
|
2019-06-13 23:56:59 +02:00
|
|
|
heterogeneous = []
|
2019-06-18 10:31:31 +02:00
|
|
|
homogeneous = []
|