[dependencies.proc-macro2]
optional = true
version = "1.0"
[dependencies.syn]
default_features = false
features = ["parsing"]
optional = true
version = "1.0.38"
[features]
const_generics = ["min_const_generics"]
default = []
min_const_generics = []
proc_macro2_ = ["proc-macro2"]
syn_ = ["syn", "proc_macro2_"]
[lib]
proc-macro = true
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "Implementation detail of tstr."
documentation = "https://docs.rs/tstr_proc_macros/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "LICENSE-ZLIB.md"]
keywords = []
license = "Zlib"
name = "tstr_proc_macros"
repository = "https://github.com/rodrimati1992/tstr_crates/"
version = "0.2.2"