mdbook-html 0.5.3

mdBook HTML renderer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.88.0"
name = "mdbook-html"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mdBook HTML renderer"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/rust-lang/mdBook"

[features]
search = ["dep:elasticlunr-rs"]

[lib]
name = "mdbook_html"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.ego-tree]
version = "0.11.0"

[dependencies.elasticlunr-rs]
version = "3.0.2"
optional = true

[dependencies.font-awesome-as-a-crate]
version = "0.3.0"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.html5ever]
version = "0.39.0"

[dependencies.indexmap]
version = "2.14.0"

[dependencies.mdbook-core]
version = "0.5.3"

[dependencies.mdbook-markdown]
version = "0.5.3"

[dependencies.mdbook-renderer]
version = "0.5.3"

[dependencies.pulldown-cmark]
version = "0.13.3"
features = ["html"]
default-features = false

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tempfile]
version = "3.27.0"

[dev-dependencies.toml]
version = "1.1.2"

[lints.clippy]
exhaustive_enums = "warn"
exhaustive_structs = "warn"
manual_non_exhaustive = "warn"

[lints.clippy.all]
level = "allow"
priority = -2

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"