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