[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[dev-dependencies.tracing]
version = "0.1.41"
[dev-dependencies.tracing-subscriber]
version = "0.3.19"
[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.0"
[[test]]
name = "test_formati"
path = "tests/test_formati.rs"