just-watch 0.2.0

Async watch channel
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "just-watch"
version = "0.2.0"
authors = [
    "Carl Lerche <me@carllerche.com>",
    "cynecx <me@cynecx.net>",
    "Denis Kolodin <deniskolodin@gmail.com>",
]
description = "Async watch channel"
homepage = "https://knowledge.dev"
readme = "README.md"
keywords = [
    "async",
    "asynchronous",
    "channel",
    "synchronization",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/knwldev/just-watch"

[dependencies.event-listener]
version = "2.5.3"

[dev-dependencies.async-executor]
version = "1.5.1"