Cargo Features

[dependencies]
winfsp = { version = "0.11.3+winfsp-2.0", default-features = false, features = ["full", "debug", "system", "notify", "build", "delayload", "stable", "windows-rs", "windows-rs-error", "nightly", "io-error", "handle-util", "async-io", "docsrs"] }
default = nightly, stable, windows-rs

These default features are set whenever winfsp is added without default-features = false somewhere in the dependency tree.

full = async-io, nightly, stable
debug
system

Enables Win32_System_Registry of windows ^0.52.0, system of winfsp-sys

notify stable

Affects winfsp::notify

build delayload?
delayload stable = build

Affects winfsp::build

stable default full? = delayload, notify
windows-rs default = handle-util, windows-rs-error
windows-rs-error windows-rs
nightly default full? = io-error, strict-provenance
strict-provenance io-error nightly
handle-util windows-rs
async-io full?

Affects context::AsyncFileSystemContext

docsrs

Enables docsrs of winfsp-sys