pmi 0.1.0

A unified interface over PMI1, PMI2, and PMIx process management, developed for use by the Lamellar runtime.
# 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 = "pmi"
version = "0.1.0"
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>"]
build = "build.rs"
links = "pminative"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unified interface over PMI1, PMI2, and PMIx process management, developed for use by the Lamellar runtime."
homepage = "https://github.com/pnnl/lamellar"
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-sys?/vendored",
    "pmi2-sys?/vendored",
    "pmix-sys?/vendored",
]
with-pmi1 = ["pmi-sys"]
with-pmi1-vendored = [
    "with-pmi1",
    "vendored",
]
with-pmi2 = ["pmi2-sys"]
with-pmi2-vendored = [
    "with-pmi2",
    "vendored",
]
with-pmix = ["pmix-sys"]
with-pmix-vendored = [
    "with-pmix",
    "vendored",
]

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

[dependencies.libc]
version = "0.2"

[dependencies.pmi-sys]
version = "0.1.0"
optional = true

[dependencies.pmi2-sys]
version = "0.1.0"
optional = true

[dependencies.pmix-sys]
version = "0.1.0"
optional = true