[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" } lazy_static = { version = "1.4", optional = false} ocl = { version = "0.19", optional = true} [[bench]] name = "simple" harness = false