mdbook/crates/mdbook-html/Cargo.toml
Eric Huss 7eccd1d556 Finish move of hbs_renderer to mdbook-html
This updates everything for the move of hbs_renderer to mdbook-html.
2025-07-23 17:40:57 -07:00

35 lines
826 B
TOML

[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]
ammonia = { workspace = true, optional = true }
anyhow.workspace = true
elasticlunr-rs = { workspace = true, optional = true }
handlebars.workspace = true
hex.workspace = true
log.workspace = true
mdbook-core.workspace = true
mdbook-markdown.workspace = true
mdbook-renderer.workspace = true
pulldown-cmark.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true
[dev-dependencies]
pretty_assertions.workspace = true
tempfile.workspace = true
toml.workspace = true
[lints]
workspace = true
[features]
search = ["dep:ammonia", "dep:elasticlunr-rs"]