extended-notify 0.1.3

extended cross-platform filesystem notifications
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 = "2024"
name = "extended-notify"
version = "0.1.3"
authors = ["Eric Stokes <eestokes@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "extended cross-platform filesystem notifications"
homepage = "https://github.com/estokes/extended-notify"
documentation = "https://docs.rs/extended-notify"
readme = "README.md"
keywords = [
    "events",
    "filesystem",
    "notify",
    "watch",
]
categories = ["filesystem"]
license = "MIT"
repository = "https://github.com/estokes/extended-notify"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arcstr]
version = "1.2.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.enumflags2]
version = "0.7.12"

[dependencies.file-id]
version = "0.2.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-full]
version = "0.6.0"

[dependencies.poolshark]
version = "0.2.6"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.tempfile]
version = "3"