# 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" rust-version = "1.65.0" name = "rw-stream-sink" version = "0.4.0" authors = ["Parity Technologies "] description = "Adaptator between Stream/Sink and AsyncRead/AsyncWrite" keywords = ["networking"] categories = [ "network-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures] version = "0.3.28" [dependencies.pin-project] version = "1.1.0" [dependencies.static_assertions] version = "1" [dev-dependencies.async-std] version = "1.0"