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