Cargo Features

[dependencies]
psi = { version = "0.1.2", default-features = false, features = ["monitor"] }
default = monitor

The monitor feature is set by default whenever psi is added without default-features = false somewhere in the dependency tree.

monitor default = epoll

Affects psi::monitor, psi::trigger

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

epoll monitor