Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
This commit is contained in:
37
examples/exo-ai-2025/crates/exo-core/Cargo.toml
Normal file
37
examples/exo-ai-2025/crates/exo-core/Cargo.toml
Normal file
@@ -0,0 +1,37 @@
|
||||
[package]
|
||||
name = "exo-core"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
rust-version = "1.77"
|
||||
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-core"
|
||||
description = "Core traits and types for EXO-AI cognitive substrate - IIT consciousness measurement and Landauer thermodynamics"
|
||||
keywords = ["consciousness", "cognitive", "ai", "iit", "thermodynamics"]
|
||||
categories = ["science", "algorithms", "simulation"]
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
# Ruvector SDK dependencies
|
||||
ruvector-core = "0.1"
|
||||
ruvector-graph = "0.1"
|
||||
|
||||
# Serialization
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
||||
# Error handling
|
||||
thiserror = "2.0"
|
||||
anyhow = "1.0"
|
||||
|
||||
# Async runtime
|
||||
tokio = { version = "1.41", features = ["rt-multi-thread", "sync"] }
|
||||
|
||||
# Utilities
|
||||
dashmap = "6.1"
|
||||
uuid = { version = "1.10", features = ["v4", "serde"] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.4"
|
||||
Reference in New Issue
Block a user