[package]
authors = ["The Knurling-rs developers"]
description = "defmt macros"
edition = "2021"
keywords = ["knurling", "defmt"]
license = "MIT OR Apache-2.0"
name = "defmt-macros"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.4.0"
[lib]
proc-macro = true
[features]
unstable-test = []
[dependencies]
defmt-parser = { version = "=0.4.1", path = "../parser" }
proc-macro-error2 = "2"
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "extra-traits"] }
[dev-dependencies]
maplit = "1"
pretty_assertions = "1"
rstest = { version = "0.19", default-features = false }