[package]
edition = "2018"
name = "highs-sys"
version = "1.14.1"
authors = ["Ophir LOJKINE"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust binding for the HiGHS linear programming solver. See http://highs.dev."
readme = "README.md"
keywords = [
"linear-programming",
"optimization",
"math",
"solver",
]
license = "MIT"
repository = "https://github.com/rust-or/highs-sys"
[features]
build = ["dep:cmake"]
default = [
"build",
"highs_release",
]
discover = ["dep:pkg-config"]
highs_release = []
libz = []
ninja = []
[lib]
name = "highs_sys"
path = "src/lib.rs"
[[test]]
name = "test_highs_call"
path = "tests/test_highs_call.rs"
[[test]]
name = "test_highs_functions"
path = "tests/test_highs_functions.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cmake]
version = "0.1.49"
optional = true
[build-dependencies.pkg-config]
version = "0.3.27"
optional = true