[package] name = "tokio-sync2async" version = "1.0.0" edition = "2021" description = "Helpers to bridge between sync and async code." authors = ["Quentin Richert "] license = "MIT" repository = "https://github.com/qrichert/tokio-sync2async.git" readme = "README.md" keywords = ["tokio", "asynchronous"] categories = ["asynchronous"] [dependencies] tokio = { version = "1", features = ["rt", "rt-multi-thread"] } [dev-dependencies] tokio = { version = "1", features = ["macros"] }