[dependencies.const-str-proc-macro]
optional = true
version = "0.5.7"
[dev-dependencies.heck]
features = ["unicode"]
version = "0.4.0"
[dev-dependencies.http]
version = "1.0.0"
[dev-dependencies.regex]
version = "1.7.0"
[features]
all = ["std", "proc", "regex", "http", "case"]
case = ["proc", "const-str-proc-macro?/heck"]
default = []
http = ["proc", "const-str-proc-macro?/http"]
proc = ["dep:const-str-proc-macro"]
regex = ["proc", "const-str-proc-macro?/regex"]
std = []
unstable = []
[package]
authors = ["Nugine <nugine@foxmail.com>"]
categories = ["text-processing", "no-std"]
description = "compile-time string operations"
edition = "2021"
keywords = ["string", "const", "proc-macro"]
license = "MIT"
name = "const-str"
readme = "README.md"
repository = "https://github.com/Nugine/const-str"
rust-version = "1.65.0"
version = "0.5.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]