graphalgs 0.1.1

Graph algorithms based on the Rust 'petgraph' library.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.nalgebra]
version = "0.25.1"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.petgraph]
version = "0.6.2"

[dependencies.rand]
version = "0.8.3"
[dev-dependencies.criterion]
version = "0.3"

[lib]
bench = false
name = "graphalgs"

[package]
authors = ["PrototypeRailGun <52821033+PrototypeRailGun@users.noreply.github.com>"]
description = "Graph algorithms based on the Rust 'petgraph' library."
edition = "2021"
homepage = "https://github.com/PrototypeRailGun/graphalgs"
license = "MIT"
name = "graphalgs"
readme = "README.md"
repository = "https://github.com/PrototypeRailGun/graphalgs"
version = "0.1.1"