mdbook-toc 0.6.2

mdbook preprocessor to add Table of Contents
Documentation
[package]
name = "mdbook-toc"
version = "0.6.2"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
description = "mdbook preprocessor to add Table of Contents"
license = "MPL-2.0"
homepage = "https://github.com/badboy/mdbook-toc"
repository = "https://github.com/badboy/mdbook-toc"
edition = "2018"

[dependencies]
mdbook = "0.4.5"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
env_logger = "0.7.1"
log = "0.4.11"
clap = "2.33.3"
serde_json = "1.0.57"
toml = "0.5.6"

[dev-dependencies]
pretty_assertions = "0.6.1"