mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 3.2.25. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/v3.2.25/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v2.34.0...v3.2.25) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
27 lines
639 B
TOML
27 lines
639 B
TOML
[package]
|
|
name = "wham"
|
|
version = "1.1.3"
|
|
authors = ["Daniel Bauer <bauer@cbs.tu-darmstadt.de>"]
|
|
description = "An implementation of the weighted histogram analysis method"
|
|
license = "GPL-3.0"
|
|
repository = "https://github.com/danijoo/WHAM"
|
|
readme = "README.md"
|
|
categories = ["science", "command-line-utilities", "algorithms"]
|
|
keywords = ["math", "statistics", "histogram", "bioinformatics", "molecular-dynamics"]
|
|
exclude = [
|
|
"example/*"
|
|
]
|
|
|
|
[dependencies]
|
|
clap = {version="3.2.25", features=['yaml']}
|
|
error-chain = "0.12.0"
|
|
rand = "0.7.*"
|
|
rayon = "1.0.3"
|
|
|
|
[dev-dependencies]
|
|
assert_approx_eq = "1.1.0"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
|