mk-graph 0.2.1

Graph visualization for mk-rs: ASCII, Mermaid, DOT, JSON export
# 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 = "mk-graph"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph visualization for mk-rs: ASCII, Mermaid, DOT, JSON export"
readme = false
keywords = [
    "mk",
    "graph",
    "ascii",
    "mermaid",
    "visualization",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/YOU/mk-rs"

[[bin]]
name = "mk-graph"
path = "src/main.rs"

[dependencies.ascii-dag]
version = "0.9"

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

[dependencies.mk-rs-core]
version = "0.2.1"

[dependencies.mk-rs-shell]
version = "0.2.1"

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

[dependencies.serde_json]
version = "1"