mutare 0.13.0

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

[[bin]]
name = "mutare"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.101"

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

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

[dependencies.glob]
version = "0.3.3"

[dependencies.log]
version = "0.4.29"

[dependencies.rand]
version = "0.10.0"

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

[dependencies.rand_distr]
version = "0.6.0"

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

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

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