moma_simulation_engine 0.3.3

A Simulation engine powered by MOMA
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.moma]
version = "0.4.0"

[dependencies.num-complex]
version = "0.4.6"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.rand]
version = "0.9.2"