# 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 = "2018" name = "sampling" version = "0.1.1" authors = ["Yannick Feld "] exclude = [".github/*", "TODO.md", "*.dat", "*.html", "*.pdf", "benches/*", "target/*", ".gitignore", "src/examples/ising_spins.rs", "CHANGELOG.md"] description = "Large-deviation Algorithms like Wang-Landau, Entropic sampling, Replica-Exchange Wang-Landau, Heatmaps, Histograms and bootstrap resampling. This is intended for scientific simulations" homepage = "https://www.yfeld.de" documentation = "https://docs.rs/sampling/0.1.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" [dependencies.average] version = "^0.13" optional = true [dependencies.num-traits] version = "^0.2" [dependencies.rand] version = "^0.8.2" [dependencies.rayon] version = "^1.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.transpose] version = "^0.2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_pcg] version = "^0.3.0" features = ["serde1"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.statrs] version = "0.15.0" [features] bootstrap = ["average"] default = ["serde_support", "bootstrap", "replica_exchange"] replica_exchange = ["rayon"] serde_support = ["serde"] sweep_stats = ["sweep_time_optimization"] sweep_time_optimization = []