[package]
edition = "2021"
name = "shivya"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Consensus-free distributed resource-sharing mesh for edge fleets, pairing discrete exterior calculus with hierarchical active inference."
homepage = "https://github.com/jvoltci/shivya"
documentation = "https://docs.rs/shivya"
readme = "README.md"
keywords = [
"active-inference",
"exterior-calculus",
"distributed-systems",
"wasm",
"morphogenesis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jvoltci/shivya"
[lib]
name = "shivya"
path = "src/lib.rs"
[[test]]
name = "chaos_ensemble"
path = "tests/chaos_ensemble.rs"
[[test]]
name = "jepsen_partitions"
path = "tests/jepsen_partitions.rs"
[dependencies.shivya-flux]
version = "0.4.0"
[dependencies.shivya-hodge]
version = "0.4.0"
[dependencies.shivya-morphic]
version = "0.4.0"
[dependencies.shivya-onsager]
version = "0.4.0"
[dependencies.shivya-turing]
version = "0.4.0"
[dev-dependencies.shivya-p2p]
version = "0.4.0"
[dev-dependencies.tokio]
version = "1.0"
features = ["full"]