[package]
edition = "2021"
name = "icentral-component"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust crate for component management and edge-based betweenness centrality in graphs."
readme = "README.md"
keywords = [
"graph",
"betweenness",
"algorithm",
"component",
"centrality",
]
categories = [
"algorithms",
"data-structures",
"science",
"mathematics",
"development-tools",
]
license = "MIT OR Apache-2.0"
[lib]
name = "icentral_component"
path = "src/lib.rs"
[dependencies.icentral-3p]
version = "0.1.0"
[dependencies.icentral-articulation-point-map]
version = "0.1.0"
[dependencies.icentral-distances]
version = "0.1.0"
[dependencies.icentral-edge]
version = "0.1.0"
[dependencies.icentral-edges]
version = "0.1.0"
[dependencies.icentral-errors]
version = "0.1.0"
[dependencies.icentral-graph-interface]
version = "0.1.0"
[dependencies.icentral-neighbors]
version = "0.1.0"
[dependencies.icentral-nodeid]
version = "0.1.0"
[dependencies.icentral-subgraph]
version = "0.1.0"
[dependencies.named-item]
version = "0.1.0"
[dependencies.renew-traits]
version = "0.1.0"