-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (28 loc) · 742 Bytes
/
Copy pathCargo.toml
File metadata and controls
32 lines (28 loc) · 742 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "rchem"
version = "0.1.0"
authors = ["Eric Berquist <eric.berquist@gmail.com>"]
edition = "2018"
build = "build.rs"
[dependencies]
approx = "0.5"
factorial = { git = "https://github.com/berquist/factorial", rev = "3b33d3e971f771b60f8151aae57db824600d9292" }
num-integer = "0.1"
# num-traits = "*"
arrayvec = "0.7"
GSL = "7.0"
cpython = "0.7"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
chemfiles = "0.10"
ndarray = "0.17"
ndarray-linalg = { version = "0.18", features = [ "netlib" ] }
boys = { version = "0.1", git = "https://github.com/berquist/boys" }
[build-dependencies]
bindgen = "0.73"
cmake = "0.1"
[dev-dependencies]
criterion = "=0.8.2"
[[bench]]
name = "bench_rchem"
harness = false