mutare 0.9.0

A simple tool to simulate and analyze a stochastic agent-based model of adaptation in uncertain environments.
[[bin]]
name = "mutare"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
default-features = false
features = ["std", "help", "usage", "error-context", "derive"]
version = "4.5.53"

[dependencies.env_logger]
default-features = false
features = ["humantime"]
version = "0.11.8"

[dependencies.glob]
version = "0.3.3"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_chacha]
features = ["serde"]
version = "0.9.0"

[dependencies.rand_distr]
version = "0.5.1"

[dependencies.rmp-serde]
version = "1.3.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.toml]
default-features = false
features = ["parse", "serde"]
version = "0.9.10"

[package]
authors = ["Marco Mendívil Carboni <marcomc@ucm.es>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple tool to simulate and analyze a stochastic agent-based model of adaptation in uncertain environments."
edition = "2024"
license = "MIT"
name = "mutare"
readme = "README.md"
repository = "https://github.com/Marco-Mendivil-Carboni/mutare"
version = "0.9.0"

[[test]]
name = "integration"
path = "tests/integration.rs"