str-block 0.1.2

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 = 4

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

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

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

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