Disable notify crossbeam When Using Tokio

Code
notify = { version = "6.1.1", default-features = false, features = ["macos_kqueue"] }

Reference

Reference

The following crate features can be turned on or off in your cargo dependency config:

crossbeam enabled by default, adds DebounceEventHandler support for crossbeam channels. Also enables crossbeam-channel in the re-exported notify. You may want to disable this when using the tokio async runtime.

Reference

Reference

Reference

Reference

Reference

Reference

Reference