1 | [package] |
2 | authors = ["Jorge Aparicio <jorge@japaric.io>" ] |
3 | categories = ["embedded" , "no-std" ] |
4 | description = "Attributes re-exported in `cortex-m-rt`" |
5 | documentation = "https://docs.rs/cortex-m-rt" |
6 | keywords = ["arm" , "cortex-m" , "runtime" , "startup" ] |
7 | license = "MIT OR Apache-2.0" |
8 | name = "cortex-m-rt-macros" |
9 | repository = "https://github.com/rust-embedded/cortex-m" |
10 | version = "0.7.5" |
11 | edition = "2021" |
12 | rust-version = "1.61" |
13 | |
14 | [lib] |
15 | proc-macro = true |
16 | |
17 | [dependencies] |
18 | quote = "1.0" |
19 | proc-macro2 = "1.0" |
20 | |
21 | [dependencies.syn] |
22 | features = ["extra-traits" , "full" ] |
23 | version = "2.0" |
24 | |