rdma-io 0.0.2

Safe async Rust bindings for RDMA programming over libibverbs and librdmacm
Documentation
# 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 = "2024"
name = "rdma-io"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe async Rust bindings for RDMA programming over libibverbs and librdmacm"
documentation = "https://github.com/youyuanwu/rust-rdma-io"
readme = "README.md"
license = "MIT"
repository = "https://github.com/youyuanwu/rust-rdma-io"
resolver = "2"

[features]
async = ["dep:futures-io"]
default = ["tokio"]
tokio = [
    "async",
    "dep:tokio",
]

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

[dependencies.bitflags]
version = "2"

[dependencies.bnd-linux]
version = "0.0.6"
features = [
    "posix_socket",
    "posix_inet",
]

[dependencies.futures-io]
version = "0.3"
optional = true

[dependencies.libc]
version = "0.2"

[dependencies.rdma-io-sys]
version = "0.0.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["net"]
optional = true

[dependencies.tracing]
version = "0.1"