icentral-graph 0.1.0

A Rust library for advanced graph manipulation, focusing on minimum union cycles, betweenness centrality, and biconnected components.
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-graph"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for advanced graph manipulation, focusing on minimum union cycles, betweenness centrality, and biconnected components."
readme = "README.md"
keywords = [
    "graph",
    "algorithms",
    "cycles",
    "centrality",
    "biconnected",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
    "mathematics",
    "development-tools",
]
license = "MIT OR Apache-2.0"

[lib]
name = "icentral_graph"
path = "src/lib.rs"

[dependencies.icentral-3p]
version = "0.1.0"

[dependencies.icentral-articulation-point]
version = "0.1.0"

[dependencies.icentral-articulation-point-map]
version = "0.1.0"

[dependencies.icentral-bcc]
version = "0.1.0"

[dependencies.icentral-brandes]
version = "0.1.0"

[dependencies.icentral-bridge-edges]
version = "0.1.0"

[dependencies.icentral-component]
version = "0.1.0"

[dependencies.icentral-cycle]
version = "0.1.0"

[dependencies.icentral-delta]
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-mindexed-map]
version = "0.1.0"

[dependencies.icentral-mock]
version = "0.1.0"

[dependencies.icentral-muc]
version = "0.1.0"

[dependencies.icentral-mucid]
version = "0.1.0"

[dependencies.icentral-mucid-map]
version = "0.1.0"

[dependencies.icentral-neighbors]
version = "0.1.0"

[dependencies.icentral-node-queue]
version = "0.1.0"

[dependencies.icentral-nodeid]
version = "0.1.0"

[dependencies.icentral-pair-dependencies]
version = "0.1.0"

[dependencies.icentral-parents-map]
version = "0.1.0"

[dependencies.icentral-path-counts]
version = "0.1.0"

[dependencies.icentral-predecessor-map]
version = "0.1.0"

[dependencies.icentral-scores]
version = "0.1.0"

[dependencies.icentral-scratch]
version = "0.1.0"

[dependencies.icentral-sigmas]
version = "0.1.0"

[dependencies.icentral-timer]
version = "0.1.0"

[dependencies.icentral-visit-markers]
version = "0.1.0"

[dependencies.named-item]
version = "0.1.0"

[dependencies.renew-traits]
version = "0.1.0"