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