[dependencies.const-str-proc-macro]
version = "=0.3.2"
[dev-dependencies.heck]
version = "0.3.3"
[dev-dependencies.http]
version = "0.2.5"
[dev-dependencies.regex]
version = "1.5.4"
[features]
all = ["verify-regex", "verify-http", "case", "std"]
case = ["const-str-proc-macro/heck"]
default = []
std = []
verify-http = ["const-str-proc-macro/http"]
verify-regex = ["const-str-proc-macro/regex"]
[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"
readme = "README.md"
repository = "https://github.com/Nugine/const-str"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true