wolf-graph-dot 0.1.0

Adds support for generating Graphviz DOT files from wolf-graph 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 = "wolf-graph-dot"
version = "0.1.0"
authors = ["Wolf McNally"]
description = "Adds support for generating Graphviz DOT files from wolf-graph graphs."
documentation = "https://docs.rs/wolf-graph-dot"
readme = "README.md"
keywords = [
    "graph",
    "dot",
    "graphviz",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/WolfMcNally/wolf-graph-dot"

[dependencies.wolf-graph]
version = "^0.1.0"

[dev-dependencies.fuid]
version = "^2.0.0"

[dev-dependencies.indoc]
version = "^2.0.5"