argmin 0.2.4

Mathematical optimization in pure 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]
edition = "2018"
name = "argmin"
version = "0.2.4"
authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
exclude = [".travis.yml", "push_docs"]
description = "Mathematical optimization in pure Rust"
homepage = "http://argmin-rs.org"
documentation = "https://docs.rs/argmin/latest/argmin/"
readme = "README.md"
keywords = ["optimization", "math", "science"]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/argmin-rs/argmin"
[dependencies.argmin_core]
version = "0.2.4"

[dependencies.argmin_testfunctions]
version = "0.1.1"

[dependencies.rand]
version = "0.6.5"
features = ["serde1"]

[dependencies.rand_xorshift]
version = "0.1.1"
features = ["serde1"]

[dependencies.serde]
version = "1.0"
features = ["derive", "rc"]
[dev-dependencies.gnuplot]
version = "0.0.27"

[dev-dependencies.ndarray]
version = "0.12.1"
features = ["serde-1"]

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

[dev-dependencies.paste]
version = "0.1.5"

[features]
ctrlc = ["argmin_core/ctrlc"]
default = []
ndarrayl = ["argmin_core/ndarrayl"]
[badges.travis-ci]
branch = "master"
repository = "argmin-rs/argmin"