[package] name = "scotch-sys" version = "0.2.1" authors = ["Hubert Hirtz "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/LIHPC-Computational-Geometry/scotch-rs/tree/scotch-sys-0.2.0/scotch-sys" description = "Raw FFI to Scotch, the graph partitioner, graph clusterer and sparse matrix orderer" readme = "../README.md" categories = ["external-ffi-bindings", "mathematics"] keywords = ["graph", "mesh", "matrix", "partitioning", "ordering"] [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] [build-dependencies] bindgen = { version = "0.65", default-features = false }