[dependencies.proclet]
default-features = false
features = ["proc-macro", "literal-value"]
version = "0.3"
[lib]
proc-macro = true
[package]
authors = ["Maia S. R."]
categories = ["text-processing"]
description = "Remove the initial newline and common indentation from string literals"
documentation = "https://docs.rs/str-block"
edition = "2021"
keywords = ["strings", "compile-time"]
license = "MIT OR Apache-2.0 OR Zlib"
name = "str-block"
readme = "README.md"
repository = "https://github.com/maia-s/proclet"
version = "0.1.2"