# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ergothic" version = "0.1.4" authors = ["Cap. Hindsight "] description = "Rust library for setting up and running distributed Monte-Carlo statistical simulations. Designed primarily for lattice QCD." homepage = "https://github.com/caphindsight/ergothic" readme = "../README.md" license = "WTFPL" [dependencies.argparse] version = "0.2.1" [dependencies.bson] version = "0.12.0" [dependencies.log] version = "0.4.3" [dependencies.mongodb] version = "0.3.8" [dependencies.prettytable-rs] version = "0.7.0" [dependencies.rand] version = "0.5.3" [dependencies.serde] version = "1.0.69" [dependencies.serde_derive] version = "1.0.69" [dependencies.simple_logger] version = "0.5.0" [dependencies.structopt] version = "0.2.10"