[dependencies.fxhash]
version = "0.2.1"
[dependencies.indexmap]
features = ["serde"]
version = "2.2.6"
[dependencies.polars]
features = ["dtype-u8", "dtype-u16", "dtype-i8", "dtype-i16"]
optional = true
version = "0.39.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.serde]
features = ["derive"]
version = "1.0.152"
[dependencies.serde_json]
version = "1.0.91"
[dependencies.uuid]
features = ["v4", "fast-rng", "serde", "macro-diagnostics"]
optional = true
version = "1.2.2"
[features]
u128_id = []
u32_edge_id = []
[lib]
crate-type = ["lib"]
name = "mhgl"
path = "src/lib.rs"
required-features = []
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Matts HyperGraph Library (MHGL). A straightforward library for hypergraph datastructures."
edition = "2021"
license = "MIT"
name = "mhgl"
readme = "README.md"
repository = "https://github.com/matthagan15/mhgl"
version = "0.2.4"
[package.metadata.docs.rs]
all-features = true