# 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 = "rdma" version = "0.3.0" description = "Low-level RDMA API" documentation = "https://docs.rs/rdma" readme = "README.md" keywords = [ "rdma", "ibverbs", "network", ] categories = [ "asynchronous", "hardware-support", "network-programming", ] license = "MIT" repository = "https://github.com/Nugine/rdma" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1.3.2" [dependencies.bytemuck] version = "1.9.1" optional = true [dependencies.fnv] version = "1.0.7" [dependencies.hex-simd] version = "0.5.0" [dependencies.libc] version = "0.2.126" [dependencies.numeric_cast] version = "0.1.2" [dependencies.parking_lot] version = "0.12.0" [dependencies.scopeguard] version = "1.1.0" [dependencies.serde] version = "1.0.137" features = ["derive"] optional = true [dev-dependencies.const-str] version = "0.3.1" [build-dependencies.bindgen] version = "0.59.2" [build-dependencies.pkg-config] version = "0.3.25"