[package]
name = "rdma-core"
description = "rdma-core mid-level bindings"
keywords = ["rdma-core", "RDMA", "InfiniBand", "RoCE"]
license = "MIT"
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
documentation = "https://github.com/lemonrock/rdma-core/blob/master/README.md"
homepage = "https://github.com/lemonrock/rdma-core"
repository = "https://github.com/lemonrock/rdma-core.git"
exclude = ["*"]
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "benches/**/*.rs", "examples/**/*.rs", "tests/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml"]
readme = "README.md"
publish = true
version = "0.0.1"
[dependencies]
arrayvec = "0.3.21"
bitflags = "0.8"
errno = "0.2"
libc = "0.2"
rdma-core-sys = { path = "../rdma-core-sys", version = "0.0.1" }
rust-extra = "0.0.13"
syscall-alt = "0.0.14"