# 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 = "relp-bin" version = "0.0.6" authors = ["Bram van den Heuvel "] description = "An exact linear program solver written in Rust" keywords = ["linear", "exact", "precision", "ilp", "simplex"] categories = ["algorithms", "science"] license = "GPL-3.0-only" repository = "https://github.com/vandenheuvel/relp-bin" [profile.release] lto = true [dependencies.clap] version = "3.0.5" features = ["derive"] [dependencies.relp] version = "0.2.3" [dependencies.relp-num] version = "0.1.10"