[package]
edition = "2024"
rust-version = "1.95"
name = "petgraph-live"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic generation-keyed graph cache, disk snapshot, and graph algorithms for petgraph 0.8"
homepage = "https://github.com/geronimo-iia/petgraph-live"
documentation = "https://docs.rs/petgraph-live"
readme = "README.md"
keywords = [
"petgraph",
"graph",
"cache",
"algorithms",
"snapshot",
]
categories = [
"data-structures",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/geronimo-iia/petgraph-live"
[lib]
name = "petgraph_live"
path = "src/lib.rs"
[dependencies.petgraph]
version = "0.8"