[dependencies.proc-macro2]
version = "1.0.19"
[dependencies.quote]
version = "1.0.7"
[dependencies.syn]
default_features = false
features = ["parsing", "proc-macro"]
optional = true
version = "1.0.38"
[dependencies.unicode-xid]
version = "0.2"
[dev-dependencies.fastrand]
version = "1.3.4"
[features]
all = ["derive"]
debug = ["syn/extra-traits"]
default = []
derive = ["syn", "syn/derive", "syn/printing"]
[lib]
name = "const_format_proc_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std", "text-processing"]
description = "Implementation detail of the `const_format` crate"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "format", "concat"]
license = "Zlib"
name = "const_format_proc_macros"
readme = false
repository = "https://github.com/rodrimati1992/const_format_crates/"
resolver = "1"
rust-version = "1.57.0"
version = "0.2.33"
[package.metadata.docs.rs]
rustc-args = ["--cfg", 'feature = "all"']