# 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 = "metromc" version = "0.2.0" authors = ["Emil Koutanov"] exclude = [ "/images", "/bin", "/.idea", "/.github", "/coverage", "/doc", "/examples", ] description = "Markov chain Monte Carlo sampling using the Independence Metropolis-Hastings algorithm." readme = "README.md" keywords = [ "random", "sampling", "mcmc", ] license = "MIT" repository = "https://github.com/obsidiandynamics/mcmc" [[bench]] name = "cri_gaussian" harness = false [dependencies.statrs] version = "0.16.0" [dependencies.tinyrand] version = "0.5.0" [dev-dependencies.assert_float_eq] version = "1.1.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]