sync-run-async 0.1.2

This crate provides a way to synchronously run async code.
Documentation
[dependencies.export-magic]
version = "0.3.6"

[dependencies.tokio]
features = ["full"]
version = "1.40.0"

[dependencies.traced-test]
version = "1.0.3"

[dependencies.workspacer-3p]
version = "0.5.2"

[lib]
name = "sync_run_async"
path = "src/lib.rs"

[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "asynchronous"]
description = "This crate provides a way to synchronously run async code."
edition = "2024"
keywords = ["async", "command-runner", "tokio", "rust"]
license = "MIT OR Apache-2.0"
name = "sync-run-async"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.1.2"