1
Fork 0
mdbook-toc/Cargo.toml

23 lines
529 B
TOML
Raw Normal View History

2018-07-19 16:10:08 +00:00
[package]
name = "mdbook-toc"
2021-04-21 08:28:00 +00:00
version = "0.6.3"
2018-07-19 16:10:08 +00:00
authors = ["Jan-Erik Rediger <janerik@fnordig.de>"]
2019-07-10 19:22:09 +00:00
description = "mdbook preprocessor to add Table of Contents"
2019-07-10 19:27:50 +00:00
license = "MPL-2.0"
2019-07-10 19:22:09 +00:00
homepage = "https://github.com/badboy/mdbook-toc"
repository = "https://github.com/badboy/mdbook-toc"
2020-04-06 08:39:21 +00:00
edition = "2018"
2018-07-19 16:10:08 +00:00
[dependencies]
2021-01-06 15:30:02 +00:00
mdbook = "0.4.5"
pulldown-cmark = "0.7.0"
pulldown-cmark-to-cmark = "4.0.2"
2020-04-06 08:20:29 +00:00
env_logger = "0.7.1"
log = "0.4.11"
clap = "2.33.3"
serde_json = "1.0.57"
toml = "0.5.6"
2020-04-06 08:39:21 +00:00
[dev-dependencies]
pretty_assertions = "0.6.1"