deno_broadcast_channel 0.51.0

Implementation of BroadcastChannel API for Deno
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.deno_core]
version = "0.139.0"

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

[dependencies.uuid]
features = ["v4"]
version = "1.0.0"

[lib]
path = "lib.rs"

[package]
authors = ["the Deno authors"]
description = "Implementation of BroadcastChannel API for Deno"
edition = "2021"
license = "MIT"
name = "deno_broadcast_channel"
readme = "README.md"
repository = "https://github.com/denoland/deno"
resolver = "2"
version = "0.51.0"