[dependencies.icentral-3p]
version = "0.1.0"
[dependencies.icentral-edge]
version = "0.1.0"
[dependencies.icentral-edges]
version = "0.1.0"
[dependencies.icentral-nodeid]
version = "0.1.0"
[dependencies.renew-traits]
version = "0.1.0"
[lib]
name = "icentral_cycle"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "data-structures", "mathematics", "science"]
description = "This crate provides tools to represent and compute the Minimum Cycle Basis of a graph, offering efficient access and manipulation of cycles for algorithmic and theoretical analysis."
edition = "2021"
keywords = ["graphtheory", "cyclebasis", "minimumcycle", "algorithms", "rust"]
license = "MIT OR Apache-2.0"
name = "icentral-cycle"
readme = "README.md"
version = "0.1.0"