# 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 = "rrppcc" version = "0.4.0" authors = ["Jian Gao "] description = "A high-performance userspace RDMA RPC engine." readme = "README.md" license = "MIT" repository = "https://github.com/IcicleF/rrppcc" [[bench]] name = "synchronous" harness = false [dependencies.ahash] version = "0.8" [dependencies.bitvec] version = "1.0" [dependencies.crossbeam] version = "0.8" [dependencies.dashmap] version = "5.5" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.local-ip-address] version = "0.6" [dependencies.log] version = "0.4.17" [dependencies.paste] version = "1.0" [dependencies.quanta] version = "0.12" [dependencies.rmp-serde] version = "1.1" [dependencies.rrddmma] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.simple_logger] version = "4.2.0" features = ["threads"] [dev-dependencies.tokio] version = "1" features = ["full"]