dsfb-add 0.1.0

Deterministic Algebraic Deterministic Dynamics (ADD) parameter sweeps for AET, TCP, RLT, and IWLT
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 = "2021"
rust-version = "1.70"
name = "dsfb-add"
version = "0.1.0"
authors = ["Riaan de Beer"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "dsfb_add_sweep.ipynb",
    "dsfb_add_results_replay.ipynb",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic Algebraic Deterministic Dynamics (ADD) parameter sweeps for AET, TCP, RLT, and IWLT"
homepage = "https://github.com/infinityabundance/dsfb"
documentation = "https://docs.rs/dsfb-add"
readme = "README.md"
keywords = [
    "deterministic",
    "simulation",
    "algebra",
    "topology",
    "sweep",
]
categories = [
    "science",
    "algorithms",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "dsfb_add_sweep"
path = "src/bin/dsfb_add_sweep.rs"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

[dependencies.csv]
version = "1.3"

[dependencies.dsfb]
version = "0.1.2"

[dependencies.rand]
version = "0.8"
features = ["std_rng"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.12"

[dependencies.thiserror]
version = "2.0"