sideway 0.4.1

A better wrapper for using RDMA programming APIs in Rust flavor
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 = "2021"
name = "sideway"
version = "0.4.1"
authors = [
    "Luke Yue <lukedyue@gmail.com>",
    "FujiZ <i@fujiz.me>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A better wrapper for using RDMA programming APIs in Rust flavor"
readme = "README.md"
keywords = [
    "RDMA",
    "verbs",
    "cm",
    "libibverbs",
    "librdmacm",
]
license = "MPL-2.0"
repository = "https://github.com/RDMA-Rust/sideway"

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

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

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

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

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

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

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test_cq"
path = "tests/test_cq.rs"

[[test]]
name = "test_mr_and_cq"
path = "tests/test_mr_and_cq.rs"

[[test]]
name = "test_post_send"
path = "tests/test_post_send.rs"

[[test]]
name = "test_qp"
path = "tests/test_qp.rs"

[dependencies.bitmask-enum]
version = "2.2"

[dependencies.libc]
version = "0.2"

[dependencies.os_socketaddr]
version = "0.2"

[dependencies.rdma-mummy-sys]
version = "0.2.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tabled]
version = "0.18"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.byte-unit]
version = "5.1"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.polling]
version = "3.10"

[dev-dependencies.postcard]
version = "1.1"
features = ["alloc"]

[dev-dependencies.proptest]
version = "1.6"

[dev-dependencies.quanta]
version = "0.12"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.rstest]
version = "0.24"

[dev-dependencies.termtree]
version = "0.5"

[dev-dependencies.trybuild]
version = "1.0"