figurehead 0.1.0

A Rust library to convert Mermaid.js diagram markup into ASCII diagrams
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.chumsky]
version = "0.11.2"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.proptest]
version = "1.9.0"

[features]
class = []
default = ["flowchart"]
flowchart = []
sequence = []

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

[package]
authors = ["Matthew Krohn <matthew.d.krohn@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "visualization", "parsing"]
description = "A Rust library to convert Mermaid.js diagram markup into ASCII diagrams"
edition = "2021"
keywords = ["mermaid", "ascii", "diagram", "converter"]
license = "MIT"
name = "figurehead"
readme = false
repository = "https://github.com/mkroehn/figurehead-rs"
version = "0.1.0"

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

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