-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
29 lines (27 loc) · 860 Bytes
/
Cargo.toml
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
[package]
name = "cpo_analyzer"
version = "0.2.0-pre"
authors = ["Menno Fraters <[email protected]>", "Magali Billen <[email protected]"]
license = "GPL-2.0-or-later"
description = "Tools to analyzer Crystal Preferred Orientation data, including creating polefigures."
readme = "README.md"
homepage = "https://github.com/MFraters/cpo_analyzer"
repository = "https://github.com/MFraters/cpo_analyzer"
edition = "2018"
keywords = ["CPO", "LPO","crytal-preferred","orientation", "pole-figures"]
categories = ["science"]
[dependencies]
ndarray = { version = "0.13.0", features = ["rayon"] }
palette = "0.5"
plotters = "0.3.5"
csv = "1.1"
toml = "0.5"
serde = "1.0"
serde_derive = "1.0"
serde_bytes = "0.11"
structopt = "0.3"
rayon = "1.4.0"
libflate = "1.0.3"
strum = { version = "0.20", features = ["derive"] }
[dev-dependencies]
assert_cmd = "1.0.3"