scip-sys 0.1.27

Bindings for the C SCIP solver.
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 = "2021"
name = "scip-sys"
version = "0.1.27"
build = "build.rs"
links = "scip"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for the C SCIP solver."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/scipopt/scip-sys"

[features]
bundled = [
    "ureq",
    "zip",
    "tempfile",
    "zip-extract",
]
from-source = [
    "ureq",
    "zip",
    "tempfile",
    "zip-extract",
    "cmake",
    "flate2",
    "tar",
]

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

[[example]]
name = "create"
path = "examples/create.rs"

[dependencies.cmake]
version = "0.1.50"

[build-dependencies.bindgen]
version = "0.72.0"

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

[build-dependencies.flate2]
version = "1"
optional = true

[build-dependencies.glob]
version = "0.3.1"

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

[build-dependencies.tempfile]
version = "3.2"
optional = true

[build-dependencies.ureq]
version = "2.9.6"
optional = true

[build-dependencies.zip]
version = "0.5"
optional = true

[build-dependencies.zip-extract]
version = "0.1.3"
optional = true