Cargo Features

fuse3 has no features set by default.

[dependencies]
fuse3 = { version = "0.7.1", features = ["tokio-runtime", "async-io-runtime", "file-lock", "unprivileged"] }
tokio-runtime

Enables tokio

Affects session::Session, session::Session

async-io-runtime

Enables async-fs, async-global-executor, async-io, async-lock, and async-process, io of futures-util

Affects session::Session, session::Session

file-lock

Affects path_filesystem::PathFilesystem.getlk, path_filesystem::PathFilesystem.setlk, abi::FUSE_POSIX_LOCKS, abi::fuse_lk_in, abi::FUSE_LK_OUT_SIZE, abi::fuse_lk_out, filesystem::Filesystem.getlk, filesystem::Filesystem.setlk, reply::ReplyLock

unprivileged

Enables which, socket of nix