Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
29
examples/exo-ai-2025/crates/exo-hypergraph/Cargo.toml
Normal file
29
examples/exo-ai-2025/crates/exo-hypergraph/Cargo.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "exo-hypergraph"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["rUv <ruv@ruv.io>"]
|
||||
repository = "https://github.com/ruvnet/ruvector"
|
||||
homepage = "https://ruv.io"
|
||||
documentation = "https://docs.rs/exo-hypergraph"
|
||||
description = "Hypergraph substrate for higher-order relational reasoning with persistent homology and sheaf theory"
|
||||
keywords = ["hypergraph", "topology", "homology", "cognitive", "ai"]
|
||||
categories = ["science", "algorithms", "mathematics"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
exo-core = "0.1"
|
||||
|
||||
# Core dependencies
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
thiserror = "1.0"
|
||||
uuid = { version = "1.0", features = ["v4", "serde"] }
|
||||
dashmap = "6.1"
|
||||
|
||||
# Graph and topology
|
||||
petgraph = "0.6"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.0", features = ["test-util"] }
|
||||
Reference in New Issue
Block a user