string-auto-indent 0.1.2

Normalizes multi-line string indentation while preserving platform-specific line endings.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"

[[package]]
name = "line-ending"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510949e2bbe320b6e4db39883314e170fde67ecda62d8844bea64e3cb1be11d8"
dependencies = [
 "doc-comment",
]

[[package]]
name = "string-auto-indent"
version = "0.1.2"
dependencies = [
 "doc-comment",
 "line-ending",
]