[package]
name = "oxicuda-graphalg"
description = "OxiCUDA: Classical graph algorithms (BFS/DFS, shortest paths, MST, max-flow, matching, SCC, centrality, community, TSP, coloring, isomorphism)"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
readme = "README.md"
[dependencies]
thiserror.workspace = true
[dev-dependencies]
criterion.workspace = true
[lints]
workspace = true
[[bench]]
name = "graphalg_ops"
harness = false