[package]
name = "direct"
version = "0.1.0"
authors = ["Philipp Brüschweiler <blei42@gmail.com>"]
description = "Implementation of the multi-dimensional DIRECT function optimization algorithm."
license = "MIT"
repository = "https://gitlab.com/blei42/direct"
[dependencies]
ordered-float = "0.2"
[dev-dependencies]
float-cmp = "0.2"