async_wrap 0.1.10

async_wrap
Documentation
[package]
name = "async_wrap"
version = "0.1.10"
edition = "2024"
license = "MulanPSL-2.0"
repository = "https://github.com/i18n-site/rust.git"
homepage = "https://github.com/i18n-site/rust/tree/main/async_wrap"
description = "async_wrap"
keywords = []

[features]
default = []

[package.metadata.docs.rs]
all-features = true

[dependencies]
aok = "0.1.15"
tokio = { version = "1.43.0", features = ["sync"] }

[dev-dependencies]
aok = "0.1.15"
loginit = "0.1.18"
static_init = "1.0.3"
tracing = "0.1.41"

[dev-dependencies.tokio]
version = "1.43.0"
features = ["macros", "rt", "rt-multi-thread", "time", "sync"]