# 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 = "ibverbs" version = "0.8.1" authors = [ "Jon Gjengset ", "Jonathan Behrens ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for RDMA ibverbs through rdma-core" homepage = "https://github.com/jonhoo/rust-ibverbs" readme = "README.md" keywords = [ "rdma", "ibverbs", "networking", ] categories = [ "network-programming", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/rust-ibverbs.git" [lib] name = "ibverbs" path = "src/lib.rs" [[example]] name = "loopback" path = "examples/loopback.rs" [dependencies.ffi] version = "0.2.0" package = "ibverbs-sys" [dependencies.serde] version = "1.0.100" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3" [features] default = ["serde"]