hypergraph 1.3.0

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
[package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
categories = ["data-structures", "mathematics", "science"]
description = "Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices."
edition = "2021"
exclude = [".github", "hypergraph.svg", "rustfmt.toml"]
keywords = ["data-structure", "graph", "hypergraph"]
license = "MIT"
name = "hypergraph"
readme = "README.md"
repository = "https://github.com/yamafaktory/hypergraph"
rust-version = "1.56"
version = "1.3.0"

[dependencies]
indexmap = { version = "1.8.1", features = ["rayon"] }
itertools = "0.10.3"
rayon = "1.5.3"
thiserror = "1.0.31"

[dev-dependencies]
criterion = "0.3.5"

[[bench]]
name = "performance"
harness = false