merman-cli 0.8.0-alpha.2

CLI to parse/layout/render Mermaid diagrams to SVG/PNG/JPG/PDF/ASCII/Unicode (headless).
# 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.95"
name = "merman-cli"
version = "0.8.0-alpha.2"
authors = ["Mingzhen Zhuang <superfrankie621@gmail.com>"]
build = false
exclude = ["tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI to parse/layout/render Mermaid diagrams to SVG/PNG/JPG/PDF/ASCII/Unicode (headless)."
homepage = "https://github.com/Latias94/merman"
documentation = "https://docs.rs/merman-cli"
readme = "README.md"
keywords = [
    "mermaid",
    "diagrams",
    "svg",
    "cli",
    "headless",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/merman"
resolver = "2"

[features]
ascii = ["merman/ascii"]
default = [
    "ratex-math",
    "ascii",
    "elk-layout",
]
elk-layout = ["merman/elk-layout"]
ratex-math = ["merman/ratex-math"]

[[bin]]
name = "merman-cli"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.40"
features = ["std"]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.merman]
version = "0.8.0-alpha.2"
features = [
    "core-full",
    "core-host",
    "raster",
]
default-features = false

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.12.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

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

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

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

[dev-dependencies.png]
version = "0.17.16"

[dev-dependencies.tempfile]
version = "3.27.0"