# 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 = "cplex_dynamic" version = "0.1.1" exclude = [ "target/*", ".gitignore", ".cargo/*", "Cargo.lock", ] description = "Binding of IBM Cplex dynamic/shared library, modified based on `rplex`." readme = "README.md" keywords = [ "optimization", "binding", "cplex", "miqp", ] categories = ["science::robotics"] license = "MIT OR Apache-2.0" repository = "https://github.com/wangxiaochuTHU/cplex_dynamic" [dependencies.const-cstr] version = "0.3.0" [dependencies.dlopen] version = "0.1.8" [dependencies.dlopen_derive] version = "0.1.4" [dependencies.glob] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.0"