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