exo-hypergraph 0.1.1

Hypergraph substrate for higher-order relational reasoning with persistent homology and sheaf theory
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 = "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"]