--- notify-6.1.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ notify-6.1.1/Cargo.toml 2023-12-01T23:53:26.299516+00:00 @@ -65,14 +65,7 @@ version = "3.2.0" [features] -default = [ - "macos_fsevent", - "crossbeam-channel", -] -macos_fsevent = [] -macos_kqueue = [ - "mio", -] +default = ["crossbeam-channel"] manual_tests = [] timing_tests = []