zed/crates/mermaid_render/Cargo.toml
Cameron Mcloughlin c305d68c01
markdown: Bump merman version (#62236)
bump merman to 0.7 (with patch for multibyte chars)

---

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-08-05 20:11:33 +00:00

33 lines
739 B
TOML

[package]
name = "mermaid_render"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/mermaid_render.rs"
doctest = false
[features]
test-support = []
[dependencies]
anyhow.workspace = true
gpui.workspace = true
merman = { git = "https://github.com/zed-industries/merman", tag = "v0.7.0-with-patches", features = ["render"] }
quick-xml.workspace = true
serde_json.workspace = true
tracing.workspace = true
ztracing.workspace = true
[dev-dependencies]
gpui = { workspace = true, features = ["test-support"] }
mermaid_render = { path = ".", features = ["test-support"] }
usvg.workspace = true
[package.metadata.cargo-machete]
ignored = ["tracing"]