# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "ellp" version = "0.2.0" authors = ["Kurt Ehlert "] exclude = ["*.mps"] description = "Linear programming library that provides primal and dual simplex solvers." documentation = "https://docs.rs/ellp/" readme = "README.md" keywords = [ "linear-programming", "optimization", "simplex", "primal", "dual", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/kehlert/ellp" [dependencies.log] version = "^0" [dependencies.nalgebra] version = "^0" [dependencies.thiserror] version = "^1" [dev-dependencies.chrono] version = "^0" [dev-dependencies.fern] version = "^0" features = ["colored"] [dev-dependencies.paste] version = "^1" [features] benchmarks = ["mps"] mps = []