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