highs-sys 1.6.2

Rust binding for the HiGHS linear programming solver. See http://highs.dev.
Documentation
[build-dependencies.bindgen]
version = "0.69.1"

[build-dependencies.cmake]
optional = true
version = "0.1.49"

[build-dependencies.pkg-config]
optional = true
version = "0.3.27"

[dependencies]

[features]
build = ["dep:cmake"]
default = ["build", "highs_release"]
discover = ["dep:pkg-config"]
highs_release = []
libz = []
ninja = []

[package]
authors = ["Ophir LOJKINE"]
description = "Rust binding for the HiGHS linear programming solver. See http://highs.dev."
edition = "2018"
keywords = ["linear-programming", "optimization", "math", "solver"]
license = "MIT"
name = "highs-sys"
readme = "README.md"
repository = "https://github.com/rust-or/highs-sys"
version = "1.6.2"