coin_cbc 0.1.6

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 = 3

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

[[package]]
name = "coin_cbc_sys"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4902c2c164ed74da85aa8472c4a754de1d8164c1fd16d672ec0faf22da482fa9"

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