[dependencies.highs-sys]
version = "1.12.0"
[dependencies.log]
version = "0.4.27"
[lib]
name = "highs"
path = "src/lib.rs"
[package]
authors = ["Ophir LOJKINE", "rust-or"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Safe rust bindings for the HiGHS linear programming solver. See http://highs.dev."
edition = "2021"
keywords = ["linear-programming", "optimization", "math", "solver"]
license = "MIT"
name = "highs"
readme = "README.md"
repository = "https://github.com/rust-or/highs"
version = "2.0.0"