2025-07-21 13:43:56 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-summary"
|
2025-12-11 11:40:27 -08:00
|
|
|
version = "0.5.2"
|
2025-07-21 13:43:56 -07:00
|
|
|
description = "Summary parser for mdBook"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 13:55:41 -07:00
|
|
|
anyhow.workspace = true
|
2025-07-21 14:47:11 -07:00
|
|
|
mdbook-core.workspace = true
|
2025-07-21 13:55:41 -07:00
|
|
|
memchr.workspace = true
|
|
|
|
|
pulldown-cmark.workspace = true
|
|
|
|
|
serde.workspace = true
|
2025-09-12 06:13:45 -07:00
|
|
|
tracing.workspace = true
|
2025-07-21 13:43:56 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|