[dev-dependencies.goldie]
version = "0.5.0"
[dev-dependencies.trees]
version = "0.4.2"
[lib]
name = "graphwiz"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "DOT graph builder library"
edition = "2024"
keywords = ["DOT", "graph"]
license = "MIT OR Apache-2.0"
name = "graphwiz"
readme = "README.md"
repository = "https://github.com/nicuveo/graphwiz-rs"
version = "0.5.0"
[[test]]
name = "example"
path = "tests/example.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"