graphrs 0.12.0

graphrs is a Rust package for the creation, manipulation and analysis of 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 = "graphrs"
version = "0.12.0"
authors = ["Malcolm van Raalte <malcolm@van.raalte.ca>"]
build = "build.rs"
exclude = [
    ".vscode/*",
    "tests/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "graphrs is a Rust package for the creation, manipulation and analysis of graphs."
homepage = "https://github.com/malcolmvr/graphrs"
documentation = "https://docs.rs/graphrs"
readme = "README.md"
keywords = [
    "graph",
    "network",
    "directed",
    "undirected",
    "multigraph",
]
categories = [
    "data-structures",
    "algorithms",
    "mathematics",
    "science",
]
license = "MIT"
repository = "https://github.com/malcolmvr/graphrs"

[package.metadata."docs.rs"]
all-features = true

[features]
adjacency_matrix = [
    "dep:lapack-sys",
    "dep:nalgebra",
    "dep:ndarray",
    "dep:sprs",
]

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

[dependencies.assert_approx_eq]
version = "1.1.0"

[dependencies.assert_unordered]
version = "0.3.5"

[dependencies.doc-comment]
version = "0.3.3"

[dependencies.itertools]
version = "0.13.0"

[dependencies.lapack-sys]
version = "0.14.0"
optional = true

[dependencies.nalgebra]
version = "0.33.2"
optional = true

[dependencies.ndarray]
version = "0.16.1"
optional = true

[dependencies.nohash]
version = "0.2.0"

[dependencies.quick-xml]
version = "0.37.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.sorted-vec]
version = "0.8.5"

[dependencies.sprs]
version = "0.11.2"
optional = true