[dependencies.doc-comment]
version = "0.3.3"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "string_auto_indent"
path = "src/lib.rs"
[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Normalizes multi-line string indentation while preserving platform-specific line endings."
edition = "2021"
license = "MIT"
name = "string-auto-indent"
readme = "README.md"
repository = "https://github.com/jzombie/rust-string-auto-indent"
version = "0.1.0-alpha"