Merge commit 'd803bfe2b1fe7f5e219e50ac20d6801a0a58ac75' as 'vendor/ruvector'
This commit is contained in:
29
vendor/ruvector/examples/exo-ai-2025/research/08-meta-simulation-consciousness/Cargo.toml
vendored
Normal file
29
vendor/ruvector/examples/exo-ai-2025/research/08-meta-simulation-consciousness/Cargo.toml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
[package]
|
||||
name = "meta-sim-consciousness"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Ruvector Research Team"]
|
||||
description = "Nobel-level breakthrough: O(N³) integrated information for ergodic systems"
|
||||
license = "MIT"
|
||||
|
||||
# Allow standalone compilation
|
||||
[workspace]
|
||||
|
||||
[dependencies]
|
||||
rayon = "1.8"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = { version = "0.5", features = ["html_reports"] }
|
||||
|
||||
[[bench]]
|
||||
name = "meta_sim_benchmarks"
|
||||
harness = false
|
||||
|
||||
[profile.release]
|
||||
opt-level = 3
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
strip = true
|
||||
|
||||
[profile.bench]
|
||||
inherits = "release"
|
||||
Reference in New Issue
Block a user