Cargo Features

[dependencies]
distant-local = { version = "0.20.0", default-features = false, features = ["macos-fsevent", "macos-kqueue"] }
default = macos-fsevent

The macos-fsevent feature is set by default whenever distant-local is added without default-features = false somewhere in the dependency tree.

macos-fsevent default

If specified, will use MacOS FSEvent for file watching

Enables notify

macos-kqueue

If specified, will use MacOS kqueue for file watching

Enables macos_kqueue of notify