bidirected-adjacency-array 0.2.0

Represent a bidirected graph via an adjacency array.
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 = "2024"
name = "bidirected-adjacency-array"
version = "0.2.0"
authors = ["Sebastian Schmidt <sebastian.schmidt@helsinki.fi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Represent a bidirected graph via an adjacency array."
readme = false
license = "BSD-2-Clause"
repository = "https://github.com/sebschmi/bidirected-adjacency-array"

[features]
random = ["dep:rand"]

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

[dependencies.log]
version = "0.4.29"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.optional-numeric-index]
version = "0.3.4"

[dependencies.rand]
version = "0.9.2"
optional = true

[dependencies.tagged-vec]
version = "0.4.1"

[dependencies.thiserror]
version = "2.0.18"