[dependencies.proc-macro-error]
version = "1"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "printing"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Johannes Draaijer <jcdra1@gmail.com>", "Emil Fresk <emil.fresk@gmail.com>"]
categories = ["embedded", "no-std"]
description = "Macros for the cortex-m-interrupt crate"
documentation = "https://docs.rs/cortex-m-interrupt"
edition = "2021"
homepage = "https://github.com/datdenkikniet/cortex-m-interrupt"
keywords = ["embedded", "cortex-m", "interrupt"]
license = "MIT OR Apache-2.0"
name = "cortex-m-interrupt-macro"
repository = "https://github.com/datdenkikniet/cortex-m-interrupt"
version = "0.2.0"