dsfb-ddmf 0.1.2

Deterministic disturbance and residual-envelope Monte Carlo tooling built on top of DSFB
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.74"
name = "dsfb-ddmf"
version = "0.1.2"
authors = ["Riaan de Beer"]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deterministic disturbance and residual-envelope Monte Carlo tooling built on top of DSFB"
homepage = "https://github.com/infinityabundance/dsfb"
documentation = "https://docs.rs/dsfb-ddmf"
readme = "README.md"
keywords = [
    "disturbance-modeling",
    "monte-carlo",
    "residual-envelope",
    "trust-weighting",
    "simulation",
]
categories = [
    "science",
    "simulation",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/infinityabundance/dsfb"

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

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

[dependencies.csv]
version = "1.3"

[dependencies.dsfb]
version = "0.1.2"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"