Files
wifi-densepose/examples/exo-ai-2025/research/03-time-crystal-cognition/Cargo.toml
ruv d803bfe2b1 Squashed 'vendor/ruvector/' content from commit b64c2172
git-subtree-dir: vendor/ruvector
git-subtree-split: b64c21726f2bb37286d9ee36a7869fef60cc6900
2026-02-28 14:39:40 -05:00

34 lines
631 B
TOML

[package]
name = "time-crystal-cognition"
version = "0.1.0"
edition = "2021"
authors = ["Research Team"]
description = "Cognitive Time Crystals - Discrete Time Translation Symmetry Breaking in Working Memory"
[lib]
name = "time_crystal_cognition"
path = "src/lib.rs"
[[bench]]
name = "time_crystal_bench"
harness = false
[dependencies]
ndarray = "0.15"
rand = "0.8"
rustfft = "6.1"
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
[workspace]
# This allows the crate to be compiled standalone
[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
[profile.bench]
inherits = "release"