exo-hypergraph 0.1.0

Hypergraph substrate for higher-order relational reasoning with persistent homology and sheaf theory
Documentation
[dependencies.dashmap]
version = "6.1"

[dependencies.exo-core]
version = "0.1"

[dependencies.petgraph]
version = "0.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dev-dependencies.tokio]
features = ["test-util"]
version = "1.0"

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

[package]
authors = ["rUv <ruv@ruv.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms", "mathematics"]
description = "Hypergraph substrate for higher-order relational reasoning with persistent homology and sheaf theory"
documentation = "https://docs.rs/exo-hypergraph"
edition = "2021"
homepage = "https://ruv.io"
keywords = ["hypergraph", "topology", "homology", "cognitive", "ai"]
license = "MIT OR Apache-2.0"
name = "exo-hypergraph"
readme = "README.md"
repository = "https://github.com/ruvnet/ruvector"
version = "0.1.0"

[[test]]
name = "hypergraph_test"
path = "tests/hypergraph_test.rs"