# 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 = "ibverbs-sys" version = "0.2.1+52.0" authors = [ "Jon Gjengset ", "Jonathan Behrens ", ] build = "build.rs" links = "ibverbs" exclude = ["vendor/rdma-core/build/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Raw, FFI bindings for RDMA ibverbs through rdma-core" homepage = "https://github.com/jonhoo/rust-ibverbs" readme = "README.md" keywords = [ "rdma", "ibverbs", "networking", "ffi", ] categories = [ "network-programming", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/rust-ibverbs.git" [lib] name = "ibverbs_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.cmake] version = "0.1.50" [target."cfg(any())".dependencies.regex] version = "1.6"