[package]
name = "argmin"
version = "0.0.9"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "WIP optimization toolbox for Rust"
documentation = "https://stefan-k.github.io/argmin-rs/argmin/"
homepage = "https://github.com/stefan-k/argmin-rs"
repository = "https://github.com/stefan-k/argmin-rs"
readme = "README.md"
keywords = ["optimization", "math", "science", "HPC"]
categories = ["science"]
exclude = [
".travis.yml",
"push_docs",
]
[dependencies]
clippy = {version = "0.0.186", optional = true}
error-chain = "0.11.0"
num = "0.1.41"
rand = "0.4.2"
ndarray = "0.11.1"
ndarray-linalg = { version = "0.9.0", features = ["openblas"] }
[features]
default = []
[badges]
travis-ci = { repository = "stefan-k/argmin-rs", branch = "master" }