2025-07-21 18:06:49 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-html"
|
|
|
|
|
version = "0.5.0-alpha.1"
|
|
|
|
|
description = "mdBook HTML renderer"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
rust-version.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 18:32:36 -07:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
log.workspace = true
|
|
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
tempfile.workspace = true
|
2025-07-21 18:06:49 -07:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
2025-07-21 18:32:36 -07:00
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
search = []
|