deindent 1.0.0

A command line utility and Rust library to format overly-indented text.
Documentation
[[bin]]
name = "deindent"
path = "src/main.rs"

[dependencies]

[lib]
name = "deindent"
path = "src/lib.rs"

[package]
authors = ["Adrian Göransson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing", "value-formatting"]
description = "A command line utility and Rust library to format overly-indented text."
edition = "2024"
keywords = ["indent", "indentation", "formatter"]
license = "MIT"
name = "deindent"
readme = "README.md"
repository = "https://github.com/adriangoransson/deindent"
version = "1.0.0"