# 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 = "metis-sys" version = "0.3.2" authors = [ "Hubert Hirtz ", "Cedric Chevalier ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Raw FFI to METIS, the serial graph partitioner and fill-reducing matrix orderer" readme = "README.md" keywords = [ "graph", "mesh", "matrix", "partitioning", "ordering", ] categories = [ "external-ffi-bindings", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LIHPC-Computational-Geometry/metis-rs" [lib] name = "metis_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69" features = ["runtime"] optional = true default-features = false [build-dependencies.cc] version = "1" features = ["parallel"] optional = true [features] default = [ "vendored", "force-optimize-vendor", ] force-optimize-vendor = ["vendored"] generate-bindings = [ "vendored", "bindgen", ] use-system = ["bindgen"] vendored = ["dep:cc"]