[[test]]
name = "enum"
path = "tests/enum_map.rs"
[dependencies.proc-macro2]
version = "1.0.20"
[dependencies.quote]
version = "1.0.7"
[dependencies.serde]
version = "1.0.125"
[dependencies.serde_derive]
version = "1.0.125"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "1.0.40"
[dependencies.toml]
version = "0.5.8"
[lib]
proc-macro = true
[package]
authors = ["Stefan Lüthi <stefan.luethi@outlook.com>"]
categories = ["embedded", "no-std"]
description = "Procedural macros for bern-kernel."
documentation = "https://docs.rs/bern-kernel-macros"
edition = "2018"
homepage = "https://bern-rtos.org"
keywords = ["embedded", "no_std", "cortex-m", "iot", "rtos"]
license = "MIT"
name = "bern-kernel-macros"
repository = "https://gitlab.com/bern-rtos/kernel/bern-kernel"
version = "0.2.0"
[package.metadata.docs.rs]
targets = ["thumbv7em-none-eabi", "thumbv7em-none-eabihf", "thumbv7m-none-eabi"]