[dependencies.futures]
version = "0.3"
[dependencies.napi]
features = ["napi5"]
version = "2"
[dependencies.once_cell]
version = "1"
[lib]
name = "napi_async_local"
path = "src/lib.rs"
[package]
authors = ["David Alsh"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Extends napi-rs with the ability to run local futures"
edition = "2021"
homepage = "https://github.com/alshdavid/napi_async_local"
license = "MIT"
name = "napi_async_local"
readme = "README.md"
version = "0.2.0"
[package.metadata]