[package]
edition = "2021"
name = "callback-result"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Assists in converting the callback function's method of obtaining results into the await method"
readme = "README.md"
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/wugren/callback-result.git"
[lib]
name = "callback_result"
path = "src/lib.rs"
[dependencies.notify-future]
version = "0.2.4"
[dependencies.tokio]
version = "1"
features = [
"time",
"macros",
"rt-multi-thread",
]
[dev-dependencies]