ruvector-consciousness 2.1.0

SOTA consciousness metrics: IIT Φ computation, causal emergence, effective information with SIMD acceleration and sublinear approximations
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"
rust-version = "1.77"
name = "ruvector-consciousness"
version = "2.1.0"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SOTA consciousness metrics: IIT Φ computation, causal emergence, effective information with SIMD acceleration and sublinear approximations"
readme = false
keywords = [
    "consciousness",
    "iit",
    "phi",
    "emergence",
    "sublinear",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
coherence-accel = []
collapse = []
default = [
    "phi",
    "emergence",
    "collapse",
]
emergence = []
full = [
    "parallel",
    "phi",
    "emergence",
    "collapse",
    "simd",
    "solver-accel",
    "sparsifier-accel",
    "mincut-accel",
    "math-accel",
    "coherence-accel",
    "witness",
]
math-accel = []
mincut-accel = []
parallel = [
    "rayon",
    "crossbeam",
]
phi = []
simd = []
solver-accel = []
sparsifier-accel = []
wasm = []
witness = []

[lib]
name = "ruvector_consciousness"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[bench]]
name = "phi_benchmark"
path = "benches/phi_benchmark.rs"
harness = false

[dependencies.crossbeam]
version = "0.8"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]