pulldown-cmark-toc 0.6.0

Generate a table of contents from a Markdown document.
Documentation
[dependencies.once_cell]
version = "1.18.0"

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

[dependencies.regex]
version = "1.9.3"

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

[package]
authors = ["Ross MacArthur <ross@macarthur.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing"]
description = "Generate a table of contents from a Markdown document."
edition = "2018"
keywords = ["toc", "markdown", "commonmark", "pulldown-cmark", "github"]
license = "MIT OR Apache-2.0"
name = "pulldown-cmark-toc"
readme = "README.md"
repository = "https://github.com/rossmacarthur/pulldown-cmark-toc"
version = "0.6.0"