# 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 = "numopt" version = "0.2.1" authors = ["Tomas Tinoco De Rubira "] description = "Numerical optimization problem abstractions, solver interfaces, and modeling tools." documentation = "https://docs.rs/numopt" license = "BSD-2-Clause" repository = "https://github.com/ttinoco/numopt" [package.metadata.docs.rs] all-features = true [dependencies.approx] version = "0.3.2" [dependencies.libc] version = "0.2.68" [dependencies.maplit] version = "1.0.2" [dependencies.ndarray] version = "0.13.0" [dependencies.num-traits] version = "0.2.11" [dependencies.serial_test] version = "0.4.0" [dependencies.simple-error] version = "0.2.1" [dependencies.tempfile] version = "3.1.0" [features] ipopt = []