formati 0.1.1

Enhanced formatting macros with dotted notation and expression interpolation
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "2"

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.log]
version = "0.4.27"

[dev-dependencies.stdio-override]
version = "0.2"

[dev-dependencies.tracing]
version = "0.1.41"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[features]
anyhow = []
default = []
log = []
stdio = []
tracing = []

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

[package]
authors = ["nobane"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Enhanced formatting macros with dotted notation and expression interpolation"
edition = "2021"
license = "MIT"
name = "formati"
readme = "README.md"
repository = "https://github.com/nobane/formati"
version = "0.1.1"

[[test]]
name = "test_anyhow"
path = "tests/test_anyhow.rs"

[[test]]
name = "test_formati"
path = "tests/test_formati.rs"

[[test]]
name = "test_log"
path = "tests/test_log.rs"

[[test]]
name = "test_stdio"
path = "tests/test_stdio.rs"

[[test]]
name = "test_tracing"
path = "tests/test_tracing.rs"