[package]
edition = "2021"
name = "graphix_algs"
version = "0.1.0"
authors = ["PlotoZypresse"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Algorithm extensions for graphix: connected-components, contraction, and MST routines"
homepage = "https://github.com/PlotoZypresse/graphix-algs"
readme = "README.md"
keywords = [
"graph",
"algorithms",
"connected-components",
"mst",
"rust",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/PlotoZypresse/graphix-algs"
[lib]
name = "graphix_algs"
path = "src/lib.rs"
[dependencies]