# 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" name = "hammer-and-sample" version = "0.2.0" description = "Simplistic MCMC ensemble sampler based on emcee, the MCMC hammer" documentation = "https://docs.rs/hammer-and-sample" readme = "README.md" keywords = [ "mcmc", "ensemble", "sampler", "emcee", ] categories = [ "science", "mathematics", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/adamreichold/hammer-and-sample" [package.metadata.docs.rs] all-features = true [lib] test = false [dependencies.rand] version = "0.8" default-features = false [dependencies.rayon] version = "1.5" optional = true [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.rand_pcg] version = "0.3"