markdown-prose-hooks 0.1.1

Pre-commit hooks that reflow Markdown prose to one line per paragraph.
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"
rust-version = "1.86"
name = "markdown-prose-hooks"
version = "0.1.1"
authors = ["Michael I Chen"]
build = false
include = [
    "/src/*.rs",
    "/src/bin/*.rs",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-commit hooks that reflow Markdown prose to one line per paragraph."
readme = "README.md"
keywords = [
    "pre-commit",
    "markdown",
    "formatter",
    "prose",
    "linter",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/michen00/markdown-prose-hooks"

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

[[bin]]
name = "unwrap-markdown-prose-rs"
path = "src/bin/unwrap-markdown-prose-rs.rs"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true