[build-dependencies.bindgen]
version = "0.71.1"
[build-dependencies.cmake]
version = "0.1.50"
[lib]
name = "ibverbs_sys"
path = "src/lib.rs"
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jonathan Behrens <fintelia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "api-bindings"]
description = "Raw, FFI bindings for RDMA ibverbs through rdma-core"
edition = "2021"
exclude = ["vendor/rdma-core/build/"]
homepage = "https://github.com/jonhoo/rust-ibverbs"
keywords = ["rdma", "ibverbs", "networking", "ffi"]
license = "MIT OR Apache-2.0"
links = "ibverbs"
name = "ibverbs-sys"
readme = "README.md"
repository = "https://github.com/jonhoo/rust-ibverbs.git"
rust-version = "1.82"
version = "0.3.1+55.0"
[target."cfg(any())".dependencies.proc-macro2]
optional = true
version = "1.0.80"