[dependencies.petgraph]
version = "0.7"
[lib]
name = "biconnected_components"
path = "src/lib.rs"
[package]
authors = ["Andreas Maier <andreas.martin.maier@desy.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics"]
description = "Find biconnected components in a graph"
edition = "2024"
keywords = ["graph-algorithms"]
license = "MIT OR Apache-2.0"
name = "biconnected-components"
readme = "Readme.md"
repository = "https://github.com/a-maier/biconnected-components"
version = "0.4.0"