summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 45650fb43bd66f650bfe564dff647eceb7eb9195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "babel"
version = "0.1.0"
authors = ["Dennis Kobert <dennis@kobert.dev>",
           "Jan Zwerschke"]
edition = "2018"

[features]

gpu = ["ocl"]

[dependencies]
num = "0.2"
rayon = "1.3"
permutohedron = "0.2"
permutation_way = { git = "https://github.com/corentinway/permutation_way_rs" }

ocl = { version = "0.19",  optional = true}