# 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 = "vegas" version = "0.3.0" authors = ["Oscar Arbelaez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Little Monte Carlo code in rust" documentation = "https://github.com/odarbelaeze/vegas-rs" readme = "README.md" keywords = [ "Monte-Carlo", "MCMC", "physics", ] license = "MIT" repository = "https://github.com/odarbelaeze/vegas-rs" [lib] name = "vegas" path = "src/lib.rs" [[bin]] name = "vegas" path = "src/main.rs" [[bench]] name = "bench_energy" path = "benches/bench_energy.rs" [[bench]] name = "bench_spin" path = "benches/bench_spin.rs" [dependencies.clap] version = "4.4.6" features = [ "cargo", "derive", ] [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_pcg] version = "0.3.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sprs] version = "0.11.1" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" features = ["preserve_order"] [dependencies.vegas-lattice] version = "0.8"