[lib]
name = "pretty_graph"
path = "src/lib.rs"
[package]
authors = ["Glab Strizhkov glabstrizhkov@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "pretty_graph provides simple toolbox to build and working with graphs"
documentation = "https://docs.rs/pretty_graph"
edition = "2024"
homepage = "https://github.com/glabSdr/pretty_graph"
keywords = ["graph"]
license = "MIT"
name = "pretty_graph"
readme = "README.md"
repository = "https://github.com/glabSdr/pretty_graph"
version = "0.2.0"