[package] name = "fluence-fork-libp2p-request-response" edition = "2018" description = "Generic Request/Response Protocols" version = "0.10.1" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [lib] name = "libp2p_request_response" [dependencies] async-trait = "0.1" bytes = "1" futures = "0.3.1" libp2p-core = { version = "0.27.2", path = "../../core", package = "fluence-fork-libp2p-core" } libp2p-swarm = { version = "0.28.1", path = "../../swarm", package = "fluence-fork-libp2p-swarm" } log = "0.4.11" lru = "0.6" minicbor = { version = "0.7", features = ["std", "derive"] } rand = "0.7" smallvec = "1.4" unsigned-varint = { version = "0.7", features = ["std", "futures"] } wasm-timer = "0.2" [dev-dependencies] async-std = "1.6.2" libp2p-noise = { path = "../../transports/noise", package = "fluence-fork-libp2p-noise" } libp2p-tcp = { path = "../../transports/tcp", package = "fluence-fork-libp2p-tcp" } libp2p-yamux = { path = "../../muxers/yamux", package = "fluence-fork-libp2p-yamux" } rand = "0.7" [package.metadata.workspaces] independent = true