graphs-tui 0.1.2

Terminal renderer for Mermaid and D2 diagrams - flowcharts, state diagrams, pie charts in Unicode/ASCII
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"
name = "graphs-tui"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal renderer for Mermaid and D2 diagrams - flowcharts, state diagrams, pie charts in Unicode/ASCII"
homepage = "https://github.com/decisiongraph/graphs-tui"
readme = "README.md"
keywords = [
    "mermaid",
    "d2",
    "tui",
    "diagram",
    "terminal",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/decisiongraph/graphs-tui"

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

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