# 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.1.0" authors = [ "Luke Yue ", "FujiZ ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A better wrapper for using RDMA programming APIs in Rust flavor" readme = "README.md" license = "MPL-2.0" [lib] name = "sideway" path = "src/lib.rs" [[example]] name = "ibv_devinfo" path = "examples/ibv_devinfo.rs" [[example]] name = "show_gids" path = "examples/show_gids.rs" [[example]] name = "test_cq" path = "examples/test_cq.rs" [[example]] name = "test_mr_and_cq" path = "examples/test_mr_and_cq.rs" [[example]] name = "test_qp" path = "examples/test_qp.rs" [dependencies.libc] version = "0.2" [dependencies.os_socketaddr] version = "0.2" [dependencies.rdma-mummy-sys] version = "0.1" [dependencies.tabled] version = "0.16"