[dependencies.http]
optional = true
version = "0.2.1"
[dependencies.quote]
version = "1.0.7"
[dependencies.regex]
optional = true
version = "1.3.9"
[dependencies.syn]
version = "1.0.40"
[lib]
proc_macro = true
[package]
authors = ["Nugine <nugine@foxmail.com>"]
categories = ["text-processing", "no-std"]
description = "compile-time string operations"
edition = "2018"
keywords = ["string", "const", "proc-macro"]
license = "MIT"
name = "const-str-proc-macro"
readme = "../README.md"
repository = "https://github.com/Nugine/const-str"
version = "0.1.2"