[package]
edition = "2021"
name = "exo-hypergraph"
version = "0.1.1"
authors = ["rUv <ruv@ruv.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hypergraph substrate for higher-order relational reasoning with persistent homology and sheaf theory"
homepage = "https://ruv.io"
documentation = "https://docs.rs/exo-hypergraph"
readme = "README.md"
keywords = [
"hypergraph",
"topology",
"homology",
"cognitive",
"ai",
]
categories = [
"science",
"algorithms",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"
[lib]
name = "exo_hypergraph"
path = "src/lib.rs"
[[test]]
name = "hypergraph_test"
path = "tests/hypergraph_test.rs"
[dependencies.dashmap]
version = "6.1"
[dependencies.exo-core]
version = "0.1"
[dependencies.petgraph]
version = "0.6"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.uuid]
version = "1.0"
features = [
"v4",
"serde",
]
[dev-dependencies.tokio]
version = "1.0"
features = ["test-util"]