coin_cbc 0.1.9

Rust bindings to the CoinOR CBC MILP Solveur using the C API.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "coin_cbc"
version = "0.1.9"
dependencies = [
 "coin_cbc_sys",
 "lazy_static",
]

[[package]]
name = "coin_cbc_sys"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a32b35768f8d7e0e938c3c307e8a06c27633b1c8490042dd66508b85be29032"
dependencies = [
 "pkg-config",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"

[[package]]
name = "pkg-config"
version = "0.3.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"