# 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" version = "0.2.2" authors = [ "Hubert Hirtz ", "Cedric Chevalier ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idiomatic wrapper for METIS, the serial graph partitioner and fill-reducing matrix orderer" readme = "README.md" keywords = [ "graph", "mesh", "matrix", "partitioning", "ordering", ] categories = [ "api-bindings", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/LIHPC-Computational-Geometry/metis-rs" [lib] name = "metis" path = "src/lib.rs" [[example]] name = "graph" path = "examples/graph.rs" [dependencies.metis-sys] version = "0.3" default-features = false [features] default = ["metis-sys/default"] use-system = ["metis-sys/use-system"] vendored = ["metis-sys/vendored"]