[package]
name = "mpi-sys"
version = "0.2.4"
authors = [
"Benedikt Steinbusch <ben@rockshrub.de>",
"Andrew Gaspar <andrew.gaspar@outlook.com>"
]
description = "Message Passing Interface bindings for Rust"
homepage = "https://github.com/rsmpi/rsmpi"
repository = "https://github.com/rsmpi/rsmpi"
documentation = "https://docs.rs/mpi"
keywords = [ "message-passing", "parallel" ]
categories = [ "external-ffi-bindings" ]
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.70"
links = "mpi"
[dependencies]
[build-dependencies]
cc = "1.2.66"
bindgen = { version = "0.72", default-features = false, features = ["runtime"] }
build-probe-mpi = { path = "../build-probe-mpi", version = "0.1.6" }
[package.metadata.release]
tag-name = "{{crate_name}}-{{version}}"