sampling 0.3.1

Large-deviation Algorithms like Wang-Landau, Entropic sampling and Replica-Exchange Wang-Landau. Also contains Binning, Histograms, Heatmaps and bootstrap resampling. This is intended for scientific simulations
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.80.0"
name = "sampling"
version = "0.3.1"
authors = ["Yannick Feld <yannick.feld@uol.de>"]
build = false
exclude = [
    ".github/*",
    "TODO.md",
    "*.dat",
    "*.html",
    "*.pdf",
    "benches/*",
    "target/*",
    ".gitignore",
    "src/examples/ising_spins.rs",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Large-deviation Algorithms like Wang-Landau, Entropic sampling and Replica-Exchange Wang-Landau. Also contains Binning, Histograms, Heatmaps and bootstrap resampling. This is intended for scientific simulations"
homepage = "https://www.yfeld.de"
documentation = "https://docs.rs/sampling/0.3.1"
readme = "README.md"
keywords = [
    "large-deviation",
    "Wang-Landau",
    "Histogram",
    "Heatmap",
    "Replica-Exchange",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Pardoxa/sampling"

[features]
default = [
    "serde_support",
    "replica_exchange",
]
replica_exchange = ["rayon"]
serde_support = ["serde"]
sweep_stats = ["sweep_time_optimization"]
sweep_time_optimization = []

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

[dependencies.average]
version = "0.16.0"
features = ["serde"]
default-features = false

[dependencies.num-bigint]
version = "^0.4.6"

[dependencies.num-traits]
version = "^0.2"

[dependencies.paste]
version = "^1.0"

[dependencies.rand]
version = "^0.9.0"

[dependencies.rayon]
version = "^1.10"
optional = true

[dependencies.serde]
version = "^1.0"
features = ["derive"]
optional = true

[dependencies.transpose]
version = "^0.2"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.rand_pcg]
version = "^0.9.0"
features = ["serde"]

[dev-dependencies.rayon]
version = "^1.5"

[dev-dependencies.serde_json]
version = "^1.0"

[dev-dependencies.statrs]
version = "0.18.0"