# 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 = "cgl-src" version = "0.2.8+0.60.9" authors = ["Maroon502"] build = "build.rs" links = "Cgl" exclude = [ "Cgl/**/*", "!Cgl/Cgl/src/**/*", "!**/LICENSE", "!**/AUTHORS", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Redistribution of Coin-OR Cgl as a crate" documentation = "https://docs.rs/cgl-src/" readme = "README.md" keywords = [ "coin-or", "Cgl", "Cgl-src", ] license = "Apache-2.0" repository = "https://github.com/Maroon502/cgl-src.git" [lib] name = "cgl_src" path = "src/lib.rs" [dependencies.clp-src] version = "0.2" optional = true default-features = false [dependencies.coinutils-src] version = "0.2" [dependencies.osi-src] version = "0.2" [build-dependencies.cc] version = "1.0" features = ["parallel"] [build-dependencies.coin-build-tools] version = "0.2" [features] CglAllDifferent = [] CglClique = [] CglDuplicateRow = [] CglFlowCover = [] CglGMI = [] CglGomory = ["with_clp"] CglKnapsackCover = [] CglLandP = ["CglGomory"] CglLiftAndProject = [] CglMixedIntegerRounding = [] CglMixedIntegerRounding2 = [] CglOddHole = [] CglPreProcess = [] CglProbing = [] CglRedSplit = [] CglRedSplit2 = [] CglResidualCapacity = [] CglSimpleRounding = [] CglTwomir = ["with_clp"] CglZeroHalf = [] default = [ "default_cuts", "with_clp", ] default_cuts = [ "CglAllDifferent", "CglClique", "CglKnapsackCover", "CglOddHole", "CglZeroHalf", "CglFlowCover", "CglGomory", "CglGMI", "CglRedSplit", "CglRedSplit2", "CglLiftAndProject", "CglLandP", "CglMixedIntegerRounding", "CglMixedIntegerRounding2", "CglTwomir", "CglResidualCapacity", "CglDuplicateRow", "CglPreProcess", "CglProbing", "CglSimpleRounding", ] with_clp = ["clp-src/osiclp"]