aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 468fafc0cd512acab9a2df2041b76edb8a7fadd9 (plain)
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
[package]
name = "hittekaart"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bench]]
name = "hittebench"
harness = false

[dependencies]
color-eyre = "0.6.2"
colorgrad = "0.6.2"
fnv = "1.0.7"
image = "0.24.5"
imageproc = "0.23.0"
indicatif = "0.17.2"
nalgebra = "0.31.4"
num-traits = "0.2.15"
rayon = "1.6.1"
roxmltree = "0.17.0"

[dev-dependencies]
criterion = "0.4.0"