# 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] name = "wham" version = "1.1.4" authors = ["Daniel Bauer "] exclude = ["example/*"] description = "An implementation of the weighted histogram analysis method" readme = "README.md" keywords = [ "math", "statistics", "histogram", "bioinformatics", "molecular-dynamics", ] categories = [ "science", "command-line-utilities", "algorithms", ] license = "GPL-3.0" repository = "https://github.com/danijoo/WHAM" [profile.release] opt-level = 3 [dependencies.clap] version = "3.2.25" features = ["yaml"] [dependencies.error-chain] version = "0.12.0" [dependencies.rand] version = "0.8.*" [dependencies.rayon] version = "1.0.3" [dev-dependencies.assert_approx_eq] version = "1.1.0"