icentral-component 0.1.0

A Rust crate for component management and edge-based betweenness centrality in graphs.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"