deindent 1.0.1

A command line utility and Rust library to format overly-indented text.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]