merman-render 0.4.0

Headless layout + SVG renderer for Mermaid (parity-focused; upstream SVG goldens).
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.87"
name = "merman-render"
version = "0.4.0"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless layout + SVG renderer for Mermaid (parity-focused; upstream SVG goldens)."
homepage = "https://github.com/Latias94/merman"
documentation = "https://docs.rs/merman-render"
readme = "README.md"
keywords = [
    "mermaid",
    "diagrams",
    "svg",
    "layout",
    "headless",
]
categories = ["visualization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/merman"
resolver = "2"

[features]
flowchart_root_pack = []

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

[[example]]
name = "class_debug_svg"
path = "examples/class_debug_svg.rs"

[[example]]
name = "er_debug_svg"
path = "examples/er_debug_svg.rs"

[[example]]
name = "er_svg"
path = "examples/er_svg.rs"

[[example]]
name = "flowchart_debug_svg"
path = "examples/flowchart_debug_svg.rs"

[[example]]
name = "state_debug_svg"
path = "examples/state_debug_svg.rs"

[[test]]
name = "class_layout_test"
path = "tests/class_layout_test.rs"

[[test]]
name = "class_svg_test"
path = "tests/class_svg_test.rs"

[[test]]
name = "er_layout_test"
path = "tests/er_layout_test.rs"

[[test]]
name = "er_svg_test"
path = "tests/er_svg_test.rs"

[[test]]
name = "flowchart_layout_test"
path = "tests/flowchart_layout_test.rs"

[[test]]
name = "flowchart_svg_test"
path = "tests/flowchart_svg_test.rs"

[[test]]
name = "layout_snapshots_test"
path = "tests/layout_snapshots_test.rs"

[[test]]
name = "sequence_svg_test"
path = "tests/sequence_svg_test.rs"

[[test]]
name = "state_layout_test"
path = "tests/state_layout_test.rs"

[[test]]
name = "state_svg_test"
path = "tests/state_svg_test.rs"

[[test]]
name = "svg_entity_decode_test"
path = "tests/svg_entity_decode_test.rs"

[[test]]
name = "treemap_svg_test"
path = "tests/treemap_svg_test.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.40"
features = ["clock"]

[dependencies.dugong]
version = "0.4.0"

[dependencies.indexmap]
version = "2.2.6"
features = ["serde"]

[dependencies.manatee]
version = "0.4.0"

[dependencies.merman-core]
version = "0.4.0"

[dependencies.pulldown-cmark]
version = "0.12.2"

[dependencies.regex]
version = "1.11.1"

[dependencies.roughr]
version = "0.12.0"
package = "roughr-merman"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.ryu-js]
version = "1.0.2"

[dependencies.serde]
version = "1.0.217"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.138"
features = ["preserve_order"]

[dependencies.svgtypes]
version = "0.11"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.futures]
version = "0.3.31"