summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 35836e08129fe5b16402524075f9802e91cd6de0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "mdbook-toc"
version = "0.13.0"
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"
rust-version = "1.58"

[dependencies]
mdbook = "0.4.32"
pulldown-cmark = "0.9.1"
log = "0.4.11"
clap = { version = "4.0.29", features = ["cargo"] }
serde_json = "1.0.57"
toml = "0.7.6"

[dev-dependencies]
pretty_assertions = "1.0.0"
env_logger = "0.10.0"