[badges.travis-ci]
repository = "rodrimati1992/const_format_crates/"
[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]
proc-macro = true
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std", "text-processing"]
description = "Implementation detail of the `const_format` crate"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "LICENSE-ZLIB.md"]
keywords = ["no-std", "format", "concat"]
license = "Zlib"
name = "const_format_proc_macros"
repository = "https://github.com/rodrimati1992/const_format_crates/"
version = "0.2.31"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "feature = \"all\""]