Cargo Features

[dependencies]
fs4 = { version = "0.12.0", default-features = false, features = ["sync", "async-std", "tokio", "smol", "fs-err2", "fs-err2-tokio", "fs-err3", "fs-err3-tokio"] }
default = sync

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

sync default
async-std

Enables async-std

tokio

Enables tokio

smol

Enables smol

fs-err2 fs-err2-tokio?

Enables io_safety of fs-err ^2

fs-err2-tokio = fs-err2

Enables tokio of fs-err ^2

fs-err3 fs-err3-tokio?

Enables fs-err

fs-err3-tokio = fs-err3

Enables tokio of fs-err

fs4 has 9 features without comments.