[badges.maintenance]
status = "looking-for-maintainer"
[badges.travis-ci]
repository = "jonhoo/rust-ibverbs"
[dependencies.ffi]
package = "ibverbs-sys"
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.bincode]
version = "1.3"
[features]
default = ["serde"]
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jonathan Behrens <fintelia@gmail.com>"]
categories = ["network-programming", "api-bindings"]
description = "Bindings for RDMA ibverbs through rdma-core"
documentation = "https://docs.rs/ibverbs/"
edition = "2018"
homepage = "https://github.com/jonhoo/rust-ibverbs"
keywords = ["rdma", "ibverbs", "networking"]
license = "MIT/Apache-2.0"
name = "ibverbs"
readme = "../README.md"
repository = "https://github.com/jonhoo/rust-ibverbs.git"
version = "0.7.0"