[package]
name = "sim-lib-discrete-graph"
version = "0.2.0"
edition = "2024"
license = "MPL-2.0"
description = "Discrete graph algorithms."
readme = "README.md"
publish = true
repository = "https://github.com/sim-nest/sim-discrete"
homepage = "https://github.com/sim-nest/sim-discrete"
[dependencies]
sim-cookbook = { version = "0.2.0" }
sim-lib-discrete-algebra = { version = "0.2.0", path = "../sim-lib-discrete-algebra" }
thiserror = "1"
[build-dependencies]
sim-cookbook = { version = "0.2.0" }
[lints]
workspace = true
[[example]]
name = "staged-alignment"
path = "examples/staged_alignment.rs"