[dependencies.rand]
version = "0.9.2"
[lib]
name = "moma"
path = "src/lib.rs"
[package]
authors = ["Neil Crago"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Moving Origin Modular Arithmetic (MOMA), a library for modeling complex systems"
documentation = "https://docs.rs/moma"
edition = "2024"
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["modulo", "barycenter", "quantized", "complexity", "modeling"]
license = "MIT OR Apache-2.0"
name = "moma"
readme = "README.md"
repository = "https://github.com/neil-crago/moma"
version = "0.3.8"