dumber 4.0.0

A CLI tool to (un)number sections and add/remove toc(s) of a Markdown document
# 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.96.0"
name = "dumber"
version = "4.0.0"
authors = ["Michel Boucey <michel.boucey@gmail.com>"]
build = "build.rs"
exclude = [
    ".github/*",
    ".gitignore",
    "aur/*",
    "target/*",
    "test/*",
    "Makefile",
    "example.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to (un)number sections and add/remove toc(s) of a Markdown document"
homepage = "https://github.com/MichelBoucey/dumber"
readme = "ReadMe.md"
keywords = [
    "markdown",
    "cli",
    "number",
    "section",
    "toc",
]
categories = ["development-tools"]
license = "BSD-3-Clause"
repository = "https://github.com/MichelBoucey/dumber"

[[bin]]
name = "dumber"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.regex]
version = "1.12.4"