glpk-rust 0.1.13

Rust wrapper for GLPK (GNU Linear Programming Kit) with static linking
# 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 = "2021"
name = "glpk-rust"
version = "0.1.13"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper for GLPK (GNU Linear Programming Kit) with static linking"
readme = "README.md"
keywords = [
    "optimization",
    "linear-programming",
    "glpk",
    "integer-programming",
]
categories = [
    "mathematics",
    "science",
]
license = "GPL-3.0"
repository = "https://github.com/ourstudio-se/glpk-rust"

[lib]
name = "glpk_rust"
path = "src/lib.rs"

[dependencies.libc]
version = "0.2"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.flate2]
version = "1.0"

[build-dependencies.num_cpus]
version = "1.16"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.reqwest]
version = "0.12"
features = ["blocking"]
default-features = false

[build-dependencies.tar]
version = "0.4"

[build-dependencies.zip]
version = "0.6"