[dependencies.async-std]
version = "1.13.0"
[dependencies.async-trait]
version = "0.1.83"
[dependencies.futures]
version = "0.3.31"
[dependencies.log]
version = "0.4.22"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[lib]
name = "async_sync"
path = "src/lib.rs"
[package]
authors = ["Matthew Novak <matt@packetandpine.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate for handling asynchronous and synchronous operations seamlessly."
edition = "2021"
license = "MIT"
name = "async_sync"
readme = "README.md"
repository = "https://github.com/packetandpine/async_sync"
version = "0.1.0"
[[test]]
name = "tests"
path = "tests/tests.rs"