flowmaid 0.20.1

Mermaid-like diagram engine in pure std Rust (flowcharts, ER, UML class, sequence, pie, state, mindmap & user-journey diagrams): hand-written parser, Sugiyama-style layout, SVG renderer, and an interactive scene API for drag-and-drop apps. Zero dependencies.
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 = "2021"
rust-version = "1.75"
name = "flowmaid"
version = "0.20.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mermaid-like diagram engine in pure std Rust (flowcharts, ER, UML class, sequence, pie, state, mindmap & user-journey diagrams): hand-written parser, Sugiyama-style layout, SVG renderer, and an interactive scene API for drag-and-drop apps. Zero dependencies."
readme = "README.md"
keywords = [
    "mermaid",
    "diagram",
    "flowchart",
    "svg",
    "layout",
]
categories = [
    "visualization",
    "command-line-utilities",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/go-routine-id/flowmaid"

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

[[bin]]
name = "flowmaid"
path = "src/main.rs"

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

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

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

[dependencies]