defmt-macros 0.3.9

defmt macros
Documentation
[dependencies.defmt-parser]
features = ["unstable"]
version = "=0.3.4"

[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[dev-dependencies.maplit]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.rstest]
default-features = false
version = "0.19"

[features]
unstable-test = []

[lib]
name = "defmt_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["The Knurling-rs developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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.3.9"