mdbook-toc 0.15.4

mdbook preprocessor to add Table of Contents
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.88"
name = "mdbook-toc"
version = "0.15.4"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mdbook preprocessor to add Table of Contents"
homepage = "https://github.com/badboy/mdbook-toc"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/badboy/mdbook-toc"

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

[[bin]]
name = "mdbook-toc"
path = "src/bin/mdbook-toc.rs"

[[test]]
name = "it"
path = "tests/it.rs"

[dependencies.clap]
version = "4.3.19"
features = [
    "cargo",
    "derive",
]

[dependencies.log]
version = "0.4.19"

[dependencies.mdbook-preprocessor]
version = "0.5.0"

[dependencies.pulldown-cmark]
version = "0.10.0"
default-features = false

[dependencies.serde_json]
version = "1.0.104"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"