[[bench]]
harness = false
name = "paths_mut_bench"
path = "benches/paths_mut_bench.rs"
[dependencies.crossbeam-channel]
optional = true
version = "0.5.0"
[dependencies.flume]
optional = true
version = "0.11.1"
[dependencies.libc]
version = "0.2.4"
[dependencies.log]
version = "0.4.17"
[dependencies.rolldown-notify-types]
version = "2.0.1"
[dependencies.walkdir]
version = "2.4.0"
[dev-dependencies.criterion]
version = "0.7.0"
[dev-dependencies.pretty_assertions]
version = "1.3.0"
[dev-dependencies.tempfile]
version = "3.10.0"
[features]
default = ["macos_fsevent"]
macos_fsevent = ["fsevent-sys"]
macos_kqueue = ["kqueue", "mio"]
serde = ["rolldown-notify-types/serde"]
serialization-compat-6 = ["rolldown-notify-types/serialization-compat-6"]
[lib]
name = "notify"
path = "src/lib.rs"
[package]
authors = ["Félix Saparelli <me@passcod.name>", "Daniel Faust <hessijames@gmail.com>", "Aron Heinecke <Ox0p54r36@t-online.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Cross-platform filesystem notification library"
documentation = "https://docs.rs/notify"
edition = "2024"
homepage = "https://github.com/notify-rs/notify"
keywords = ["events", "filesystem", "notify", "watch"]
license = "CC0-1.0"
name = "rolldown-notify"
readme = "README.md"
repository = "https://github.com/notify-rs/notify.git"
resolver = "2"
rust-version = "1.90"
version = "9.0.0"
[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonflybsd", target_os = "ios"))'.dependencies.kqueue]
version = "1.1.1"
[target.'cfg(any(target_os="freebsd", target_os="openbsd", target_os = "netbsd", target_os = "dragonflybsd", target_os = "ios"))'.dependencies.mio]
features = ["os-ext"]
version = "1.0"
[target.'cfg(any(target_os="linux", target_os="android"))'.dependencies.inotify]
default-features = false
version = "0.11.0"
[target.'cfg(any(target_os="linux", target_os="android"))'.dependencies.mio]
features = ["os-ext"]
version = "1.0"
[target.'cfg(target_os = "windows")'.dev-dependencies.trash]
version = "5.2.2"
[target.'cfg(target_os="macos")'.dependencies.bitflags]
version = "2.7.0"
[target.'cfg(target_os="macos")'.dependencies.fsevent-sys]
optional = true
version = "4.0.0"
[target.'cfg(target_os="macos")'.dependencies.kqueue]
optional = true
version = "1.1.1"
[target.'cfg(target_os="macos")'.dependencies.mio]
features = ["os-ext"]
optional = true
version = "1.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_WindowsProgramming", "Win32_System_IO"]
version = "0.61.2"