[dependencies.format-core]
version = "0.1.1"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.proc-macro2]
version = "1.0.10"
[dependencies.quote]
version = "1.0.3"
[dependencies.regex]
version = "1.3.6"
[dependencies.syn]
features = ["full"]
version = "1.0.17"
[lib]
proc-macro = true
[package]
authors = ["kgv <kgv@users.noreply.github.com>"]
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "Format procedural macro"
documentation = "https://docs.rs/format-macro"
edition = "2018"
homepage = "https://crates.io/crates/format-macro"
keywords = ["format", "help", "lazy", "macro", "wrap"]
license = "MIT OR Apache-2.0"
name = "format-macro"
readme = "README.md"
repository = "https://github.com/kgv/format"
version = "0.1.1"