2024-11-02 15:41:55 -07:00
|
|
|
[package]
|
|
|
|
|
name = "mdbook-remove-emphasis"
|
|
|
|
|
version = "0.1.0"
|
2025-07-21 10:17:59 -07:00
|
|
|
edition.workspace = true
|
2024-11-02 15:41:55 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 11:37:46 -07:00
|
|
|
anyhow.workspace = true
|
2025-07-21 11:00:41 -07:00
|
|
|
mdbook = { path = "../../.." }
|
2024-11-02 15:41:55 -07:00
|
|
|
pulldown-cmark = { version = "0.12.2", default-features = false }
|
|
|
|
|
pulldown-cmark-to-cmark = "18.0.0"
|
|
|
|
|
serde_json = "1.0.132"
|
2025-07-21 10:18:53 -07:00
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
|
name = "mdbook-remove-emphasis"
|
|
|
|
|
# This is tested through a separate test from the main package.
|
|
|
|
|
test = false
|