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
|
2025-09-26 17:37:46 -07:00
|
|
|
publish = false
|
2024-11-02 15:41:55 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-07-21 15:19:18 -07:00
|
|
|
mdbook-preprocessor.workspace = true
|
2024-06-16 10:16:10 +07:00
|
|
|
pulldown-cmark = { workspace = true, default-features = false }
|
2026-01-01 00:38:01 +00:00
|
|
|
pulldown-cmark-to-cmark = "22.0.0"
|
2024-06-16 10:16:10 +07:00
|
|
|
serde_json.workspace = true
|
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
|