# 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 = "generic-bnp" version = "0.1.0" description = "GenericBnP is a Branch & Price library for the programming language Rust. It supports custom cuts, dual stabilization, primal heuristics, and multithreaded evaluation." license = "AGPL-3.0-or-later" [dependencies.binary-heap-plus] version = "0.5.0" [dependencies.compare] version = "0.1.0" [dependencies.console] version = "0.15.7" [dependencies.gurobi] version = "0.3.4" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.twox-hash] version = "1.6.3" [features] branch-graphviz = [] buffered_out = [] default = ["gurobi"] disable_ui = [] locked_out = [] validity_assertions = []