ofi-libfabric-sys 0.1.0

Lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications.
[build-dependencies.bindgen]
version = "0.72.0"

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

[build-dependencies.pkg-config]
version = "0.3.32"

[build-dependencies.walkdir]
version = "2.3.2"

[dependencies.paste]
version = "1.0.15"

[features]
asan = []
vendored = []

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

[package]
authors = ["Libfabric Developers <libfabric-users@lists.openfabrics.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "api-bindings"]
description = "Lightweight Rust bindings for Libfabric - a communication API for high-performance parallel and distributed applications."
documentation = "https://ofiwg.github.io/libfabric/"
edition = "2024"
homepage = "https://ofiwg.github.io/libfabric/"
keywords = ["libfabric", "hpc", "networking", "rdma", "ffi"]
license = "BSD-2-Clause OR GPL-2.0-only"
license-file = "COPYING"
links = "libfabric"
name = "ofi-libfabric-sys"
readme = "README.md"
repository = "https://github.com/ofiwg/libfabric.git"
version = "0.1.0"

[[test]]
name = "unit_test"
path = "tests/unit_test.rs"