pmix-sys 0.1.0-rc.1

Low-level FFI bindings to PMIx, 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 = "pmix-sys"
version = "0.1.0-rc.1"
authors = ["Ryan D. Friese <ryan.friese@pnnl.gov>"]
build = "build.rs"
links = "pmix"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to PMIx, 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 = [
    "openpmix-src",
    "hwlocality-sys",
    "libevent-sys",
]

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

[dependencies.hwlocality-sys]
version = "0.7.1"
features = [
    "hwloc-latest",
    "vendored",
]
optional = true

[dependencies.libevent-sys]
version = "0.4.0"
features = [
    "bundled",
    "openssl_bundled",
    "threading",
]
optional = true

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.openpmix-src]
version = "0.1.0-rc.1"
optional = true