hawk_render 0.1.0

Mermaid diagram renderer for Hawk infrastructure graphs
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 = "hawk_render"
version = "0.1.0"
authors = ["HumanCTO"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mermaid diagram renderer for Hawk infrastructure graphs"
homepage = "https://humancto.github.io/hawk"
readme = false
keywords = [
    "aws",
    "lambda",
    "serverless",
    "infrastructure",
    "graph",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/humancto/hawk"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.hawk_core]
version = "0.1.0"

[dependencies.serde_json]
version = "1"