callback-result 0.2.4

Assists in converting the callback function's method of obtaining results into the await method
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]