Cargo Features
[dependencies]
fs4 = { version = "0.11.1", default-features = false, features = ["sync", "async-std", "tokio", "smol", "fs-err", "fs-err-tokio"] }
- default = sync
-
The
sync
feature is set by default wheneverfs4
is added without
somewhere in the dependency tree.default-features = false - sync default
- async-std
-
Enables async-std
- tokio
-
Enables tokio
- smol
-
Enables smol
- fs-err fs-err-tokio?
- fs-err-tokio = fs-err
fs4 has 7 features without comments.