mmdflux 2.0.2

Render Mermaid diagrams as Unicode text, ASCII, SVG, and MMDS JSON.
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"
name = "mmdflux"
version = "2.0.2"
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mmdflux"
description = "Render Mermaid diagrams as Unicode text, ASCII, SVG, and MMDS JSON."
homepage = "https://github.com/kevinswiber/mmdflux"
documentation = "https://docs.rs/mmdflux"
readme = "README.md"
keywords = [
    "mermaid",
    "diagram",
    "cli",
    "svg",
    "text",
]
license = "MIT"
repository = "https://github.com/kevinswiber/mmdflux"

[features]
cli = ["dep:clap"]
default = ["cli"]
engine-elk = []

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

[[bin]]
name = "mmdflux"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.jsonschema]
version = "0.41"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.regex]
version = "1.12.2"