[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
default-features = false
features = ["parsing", "derive", "printing", "proc-macro"]
version = "2"
[lib]
name = "exact_format"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for compile time string replacement without using the standard format placeholder syntax (`{}`). This is most useful when dealing with strings that contain `{ }` blocks you do no wish to interpolate e.g. writing javascript."
edition = "2024"
license = "Apache-2.0"
name = "exact_format"
readme = "README.md"
repository = "https://github.com/mcmah309/exact_format"
version = "0.2.1"
[[test]]
name = "mod"
path = "tests/mod.rs"