moma_simulation_engine 0.1.1

A Simulation engine powered by MOMA
Documentation
[dependencies.moma]
version = "0.2.9"

[dependencies.rand]
version = "0.9.2"

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

[package]
authors = ["Neil Crago"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Simulation engine powered by MOMA"
edition = "2024"
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT"]
keywords = ["simulation", "moma", "cellular-automata", "complex-systems"]
license = "MIT"
name = "moma_simulation_engine"
readme = "README.md"
repository = "https://github.com/neil-crago/moma"
version = "0.1.1"