[dependencies.proc-macro2]
default-features = false
version = "1.0.32"
[dependencies.quote]
default-features = false
version = "1.0"
[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro"]
version = "2.0"
[features]
log = []
trace = []
unstable = []
[lib]
proc-macro = true
[package]
authors = ["Daniel Mueller <deso@posteo.net>"]
description = "Supporting procedural macro crate for test-log.\n"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "test-log-macros"
repository = "https://github.com/d-e-s-o/test-log.git"
rust-version = "1.71"
version = "0.2.16"