mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 14:15:31 +00:00
24 lines
482 B
TOML
24 lines
482 B
TOML
[package]
|
|
name = "wham"
|
|
version = "0.9.7"
|
|
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"
|
|
|
|
[dependencies]
|
|
clap = {version="2.32.0", features=['yaml']}
|
|
error-chain = "0.12.0"
|
|
rand = "0.5.5"
|
|
GSL = "1.0.0"
|
|
rayon = "1.0.3"
|
|
|
|
[dev-dependencies]
|
|
assert_approx_eq = "1.1.0"
|
|
|
|
[profile.release]
|
|
opt-level = 2
|
|
|
|
[features]
|
|
default = ["GSL/v2"]
|