[package] name = "ibverbs-sys" version = "0.2.1+52.0" edition = "2021" description = "Raw, FFI bindings for RDMA ibverbs through rdma-core" readme = "../README.md" authors = [ "Jon Gjengset ", "Jonathan Behrens " ] build = "build.rs" links = "ibverbs" homepage = "https://github.com/jonhoo/rust-ibverbs" repository = "https://github.com/jonhoo/rust-ibverbs.git" keywords = ["rdma", "ibverbs", "networking", "ffi"] categories = ["network-programming", "api-bindings"] license = "MIT OR Apache-2.0" exclude = ["vendor/rdma-core/build/"] [build-dependencies] bindgen = "0.69.2" cmake = "0.1.50" # to make -Zminimal-versions work [target.'cfg(any())'.dependencies] regex = "1.6"