[package] name = "babel" version = "0.1.0" authors = ["Dennis Kobert ", "Jan Zwerschke"] edition = "2018" [features] #gpu = ["ocl"] [dev-dependencies] criterion = "0.2" [dependencies] num = "0.2" rayon = "1.3" permutohedron = "0.2" permutation_way = { git = "https://github.com/corentinway/permutation_way_rs" } sys-info = "0.5.8" ocl = { version = "0.19", optional = false} [[bench]] name = "simple" harness = false