Cargo Features

[dependencies]
fmmap = { version = "0.4.0", default-features = false, features = ["nightly", "sync", "tokio", "smol", "async-std"] }
default = sync

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

nightly

Affects unix::MetaDataExt.is_symlink, windows::MetaDataExt.is_symlink, windows::MetaDataExt.volume_serial_number, windows::MetaDataExt.number_of_links, windows::MetaDataExt.file_index

sync default

Enables sync of fs4 ^0.12

tokio

Enables pin-project-lite, tokio of fs4 ^0.12, fs, io-std and io-util of tokio

smol

Enables pin-project-lite and smol, smol of fs4 ^0.12

async-std

Enables pin-project-lite, async-io and futures-lite of async-std, async-std of fs4 ^0.12, io of futures-util