notify-debouncer-mini 0.3.0

notify mini debouncer for events
Documentation
[dependencies.crossbeam-channel]
optional = true
version = "0.5"

[dependencies.notify]
version = "6.0.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.89"

[features]
crossbeam = ["crossbeam-channel", "notify/crossbeam-channel"]
default = ["crossbeam"]

[lib]
name = "notify_debouncer_mini"
path = "src/lib.rs"

[package]
authors = ["Aron Heinecke <Ox0p54r36@t-online.de>"]
description = "notify mini debouncer for events"
documentation = "https://docs.rs/notify-debouncer-mini"
edition = "2021"
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "CC0-1.0 OR Artistic-2.0"
name = "notify-debouncer-mini"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
resolver = "1"
rust-version = "1.60"
version = "0.3.0"