[package] name = "tokio-blocking" version = "0.1.1" authors = ["Yushi Omote "] edition = "2018" license = "MIT" readme = "README.md" description = "A thin wrapper to provide a simple interface to insert blocking operations between non-blocking operations in the context of futures" [dependencies] crossbeam = "0.6" futures = "0.1" log = "0.4" encoding = "0.2"