[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.72"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.13"
[lib]
name = "jacklog_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jack Brown <jack@brownjohnf.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Easy way to get logging the way Jack always wants anyway"
documentation = "https://docs.rs/jacklog-macro/"
edition = "2021"
homepage = "https://git.sr.ht/~brownjohnf/jackutils"
license = "GPL-3.0-or-later"
name = "jacklog-macro"
readme = false
version = "0.4.0"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "fields"
path = "tests/fields.rs"
[[test]]
name = "visibility"
path = "tests/visibility.rs"