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