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