argmin 0.0.8

WIP optimization toolbox for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "argmin"
version = "0.0.8"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
exclude = [".travis.yml", "push_docs"]
description = "WIP optimization toolbox for Rust"
homepage = "https://github.com/stefan-k/argmin-rs"
documentation = "https://stefan-k.github.io/argmin-rs/argmin/"
readme = "README.md"
keywords = ["optimization", "math", "science", "HPC"]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/stefan-k/argmin-rs"
[dependencies.clippy]
version = "0.0.186"
optional = true

[dependencies.error-chain]
version = "0.11.0"

[dependencies.ndarray]
version = "0.11.1"

[dependencies.ndarray-linalg]
version = "0.9.0"
features = ["openblas"]

[dependencies.num]
version = "0.1.41"

[dependencies.rand]
version = "0.4.2"

[features]
default = []
[badges.travis-ci]
branch = "master"
repository = "stefan-k/argmin-rs"