[package]
edition = "2024"
name = "openpmix-src"
version = "0.1.0-rc.1"
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vendored build of OpenPMIx, 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"
[lib]
name = "openpmix_src"
path = "src/lib.rs"
[dependencies.autotools]
version = "0.2.7"
[dependencies.hwlocality-sys]
version = "0.7.1"
features = [
"hwloc-latest",
"vendored",
]
[dependencies.libevent-sys]
version = "0.4.0"
features = [
"bundled",
"openssl_bundled",
"threading",
]