[package]
edition = "2021"
name = "pmi-sys"
version = "0.1.0-rc.1"
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>"]
build = "build.rs"
links = "pmi"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to PMI, developed for use by the Lamellar runtime."
homepage = "https://github.com/pnnl/lamellar-runtime"
readme = "README.md"
keywords = [
"hpc",
"pmi",
"process-management",
]
categories = [
"external-ffi-bindings",
"network-programming",
]
license-file = "LICENSE"
repository = "https://github.com/pnnl/lamellar"
[features]
vendored = ["pmi-mpich-src"]
[lib]
name = "pmi_sys"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.pmi-mpich-src]
version = "0.1.0-rc.3"
optional = true