mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 02:31:20 +00:00
27 lines
745 B
TOML
27 lines
745 B
TOML
[package]
|
|
name = "rw-stream-sink"
|
|
edition = "2021"
|
|
description = "Adaptator between Stream/Sink and AsyncRead/AsyncWrite"
|
|
rust-version = "1.60.0"
|
|
version = "0.3.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/libp2p/rust-libp2p"
|
|
keywords = ["networking"]
|
|
categories = ["network-programming", "asynchronous"]
|
|
|
|
[dependencies]
|
|
futures = "0.3.26"
|
|
pin-project = "1.0.10"
|
|
static_assertions = "1"
|
|
|
|
[dev-dependencies]
|
|
async-std = "1.0"
|
|
|
|
# Passing arguments to the docsrs builder in order to properly document cfg's.
|
|
# More information: https://docs.rs/about/builds#cross-compiling
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
rustc-args = ["--cfg", "docsrs"]
|