ibverbs 0.8.1

Bindings for RDMA ibverbs through rdma-core
[dependencies.ffi]
package = "ibverbs-sys"
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.100"

[dev-dependencies.bincode]
version = "1.3"

[[example]]
name = "loopback"
path = "examples/loopback.rs"

[features]
default = ["serde"]

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

[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jonathan Behrens <fintelia@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "api-bindings"]
description = "Bindings for RDMA ibverbs through rdma-core"
edition = "2021"
homepage = "https://github.com/jonhoo/rust-ibverbs"
keywords = ["rdma", "ibverbs", "networking"]
license = "MIT OR Apache-2.0"
name = "ibverbs"
readme = "README.md"
repository = "https://github.com/jonhoo/rust-ibverbs.git"
version = "0.8.1"