str-block 0.1.0

Remove the initial newline and common indentation from string literals
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "proc-macro2"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "proclet"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8165ba8b3b010e051e10ef7dbd61f9a4c994fa9ad422968c715f206ff48b08af"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "str-block"
version = "0.1.0"
dependencies = [
 "proclet",
]

[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"