[dependencies.futures-core]
version = "0.3.1"
[dependencies.futures-sink]
version = "0.3.1"
[dependencies.pin-project-lite]
version = "0.1.1"
[dev-dependencies.async-std]
version = "1"
[dev-dependencies.futures]
version = "0.3.1"
[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["asynchronous"]
description = "Create a Sink from some value and a closure returning a Future."
edition = "2018"
keywords = ["async", "futures", "sink"]
license = "Apache-2.0 OR MIT"
name = "quicksink"
readme = "README.md"
repository = "https://github.com/paritytech/quicksink"
version = "0.1.2"