graphrust-algos 0.1.0

High-performance graph algorithms library
Documentation
[package]

name = "graphrust-algos"

version.workspace = true

edition.workspace = true

license.workspace = true

repository.workspace = true

keywords.workspace = true

description = "High-performance graph algorithms library"

authors = ["Your Name <you@example.com>"]



[dependencies]

graphrust-core.workspace = true

rayon.workspace = true

serde = { workspace = true }

serde_json = { workspace = true }



[dev-dependencies]

criterion.workspace = true



[[bench]]

name = "algorithms"

harness = false