[package] name = "blockz-futures" version = "0.1.0" authors = ["cezarmathe "] edition = "2018" description = "Utilities for working with futures for the tokio stack." readme = "README.md" license = "MIT" homepage = "https://github.com/kiwicorp/blockz" repository = "https://github.com/kiwicorp/blockz" [dev-dependencies] futures = "0.3" [dev-dependencies.tokio] version = "1.0" features = ["macros", "rt-multi-thread"] [dependencies] pin-project = "1.0" thiserror = "1.0" [dependencies.tokio] version = "1.0" features = ["sync", "time"]