[dependencies.anyhow]
version = "1.0.100"
[dependencies.mdbook-core]
version = "0.5.0-beta.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
version = "1.0.145"
[lib]
name = "mdbook_preprocessor"
path = "src/lib.rs"
[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"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library to assist implementing an mdBook preprocessor"
edition = "2024"
license = "MPL-2.0"
name = "mdbook-preprocessor"
readme = "README.md"
repository = "https://github.com/rust-lang/mdBook"
rust-version = "1.88.0"
version = "0.5.0-beta.2"