[package]
name = "wave-memory"
version = "0.1.0"
edition = "2021"
authors = ["ANDREI LEONOV <a.leonov@paxintrade.com>"]
description = "A geometric wave-memory system where waves adapt the form. Inspired by Leonov recursive structures."
license = "MIT OR Apache-2.0"
repository = "https://github.com/andysay1/wave-memory"
homepage = "https://github.com/andysay1/wave-memory"
readme = "README.md"
keywords = ["geometry", "wave", "memory", "cognition", "adaptive"]
categories = ["science", "simulation", "data-structures"]
exclude = ["/target", "*.bk"]
[dependencies]
rand_pcg = "0.9.0"
rand = "0.9.1"