ucx-sys 0.1.3

Low-level FFI bindings to the RDMA C-library libucx
[dependencies.libnuma-sys]
version = "0.0.9"

[dependencies.mlnx-ofed-libibverbs-sys]
version = "0.0.6"

[dependencies.mlnx-ofed-libmlx5-sys]
version = "0.0.7"

[dependencies.mlnx-ofed-librdmacm-sys]
version = "0.0.6"

[package]
authors = ["Raphael Cohn <raphael.cohn@stormmq.com>"]
build = "src/build.rs"
categories = ["external-ffi-bindings"]
description = "Low-level FFI bindings to the RDMA C-library libucx"
documentation = "https://github.com/lemonrock/ucx/blob/master/README.md"
exclude = ["*"]
homepage = "https://github.com/lemonrock/ucx"
include = ["README.md", "LICENSE", "COPYRIGHT", "src/**/*.rs", "Cargo.toml", "rustfmt.toml", "clippy.toml", "lib/**/*", "src/**/*.h", "tools/**/*", "bindgen-wrapper.conf.d/**/*", "compile.conf.d/**/*"]
keywords = ["ucx", "OpenUCX"]
license = "MIT"
links = "ucx"
name = "ucx-sys"
publish = true
readme = "README.md"
repository = "https://github.com/lemonrock/ucx.git"
version = "0.1.3"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"