highs-sys 1.14.0

Rust binding for the HiGHS linear programming solver. See http://highs.dev.
Documentation
# 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 = "highs-sys"
version = "1.14.0"
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