[package] name = "gitbutler-notify-debouncer" version = "0.0.0" edition = "2021" publish = false [lib] doctest = false [features] mock_instant = ["dep:mock_instant"] [dependencies] tracing = "0.1.40" notify = { version = "6.0.1" } parking_lot = "0.12.3" file-id = "0.2.1" walkdir = "2.2.2" crossbeam-channel = "0.5.13" mock_instant = { version = "0.3.2", optional = true } [dev-dependencies] gitbutler-notify-debouncer = { path = ".", features = ["mock_instant"] } pretty_assertions = "1.4.0" rstest = "0.20" serde = { version = "1.0.203", features = ["derive"] } deser-hjson = "1.1.1" [lints.clippy] all = "deny" perf = "deny" correctness = "deny"