[dependencies.parking_lot]
version = "0.12.3"
[dependencies.tokio]
features = ["rt"]
optional = true
version = "1"
[dev-dependencies.tokio]
features = ["io-util", "macros", "rt", "sync"]
version = "1"
[features]
default = ["tokio"]
tokio = ["dep:tokio"]
[lib]
name = "deno_unsync"
[package]
authors = ["the Deno authors"]
description = "A collection of adapters to make working with Tokio single-threaded runtimes easier"
edition = "2021"
license = "MIT"
name = "deno_unsync"
readme = "README.md"
repository = "https://github.com/denoland/deno_unsync"
version = "0.4.1"