# 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 = "opensrdk-optimization" version = "0.1.4" authors = ["Kimura Yu <33382781+KimuraYu45z@users.noreply.github.com>"] description = "Standard mathematical optimization library for OpenSRDK toolchain." keywords = ["machine-learning"] categories = ["mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/OpenSRDK/optimization-rs" [dependencies.opensrdk-linear-algebra] version = "0.7.3" [dependencies.rand] version = "0.8.4" [dependencies.rayon] version = "1.5.1" [dependencies.thiserror] version = "1.0.28" [dev-dependencies.blas-src] version = "0.8" features = ["intel-mkl"] [dev-dependencies.lapack-src] version = "0.8" features = ["intel-mkl"]