wasm_sync 0.1.2

Synchronization primitives for both web and native.
Documentation
[package]
description = """
Synchronization primitives for both web and native.
"""
edition = "2021"
license = "MIT OR Apache-2.0"
name = "wasm_sync"
readme = "README.md"
repository = "https://github.com/DouglasDwyer/wasm_sync"
version = "0.1.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
default-features = false
version = "0.3.67"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
default-features = false
version = "0.2.90"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
default-features = false
features = ["Window"]
version = "0.3.24"