jacklog 0.4.1

Easy way to get logging the way Jack always wants anyway
Documentation
[dependencies.jacklog-macro]
optional = true
version = "0.4"

[dependencies.tracing]
default-features = false
version = "~0"

[dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "env-filter", "fmt", "json", "registry"]
version = "~0"

[features]
default = ["macros"]
macros = ["dep:jacklog-macro"]

[lib]
name = "jacklog"
path = "src/lib.rs"

[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/"
edition = "2021"
homepage = "https://git.sr.ht/~brownjohnf/jackutils"
license = "GPL-3.0-or-later"
name = "jacklog"
readme = false
version = "0.4.1"