mpi-sys 0.2.4

Message Passing Interface bindings for Rust
Documentation
# 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"
rust-version = "1.70"
name = "mpi-sys"
version = "0.2.4"
authors = [
    "Benedikt Steinbusch <ben@rockshrub.de>",
    "Andrew Gaspar <andrew.gaspar@outlook.com>",
]
build = "build.rs"
links = "mpi"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Message Passing Interface bindings for Rust"
homepage = "https://github.com/rsmpi/rsmpi"
documentation = "https://docs.rs/mpi"
readme = false
keywords = [
    "message-passing",
    "parallel",
]
categories = ["external-ffi-bindings"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rsmpi/rsmpi"

[package.metadata.release]
tag-name = "{{crate_name}}-{{version}}"

[lib]
name = "mpi_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.72"
features = ["runtime"]
default-features = false

[build-dependencies.build-probe-mpi]
version = "0.1.6"

[build-dependencies.cc]
version = "1.2.66"