# 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 = "hv-wfg-sys" version = "0.1.1" authors = ["Stefano Simoncelli <16114781+s-simoncelli@users.noreply.github.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A wrapper for the hyper-volume algorithm by While et al. (2012) " homepage = "https://github.com/lbradstreet/WFG-hypervolume/tree/master" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/s-simoncelli/optirustic" [lib] name = "hv_wfg_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0" features = ["parallel"]