Cargo Features
if-watch has no features set by default.
[dependencies]
if-watch = { version = "3.2.1", features = ["tokio", "smol"] }
- tokio
-
Enables tokio, tokio_socket of rtnetlink ^0.13.0
Affects
apple::tokio
,fallback::tokio
,linux::tokio
,win::tokio
… - smol
-
Enables smol, smol_socket of rtnetlink ^0.13.0
Affects
apple::smol
,fallback::smol
,linux::smol
,win::smol
…