Cargo Features

dbs-fuse has no features set by default.

[dependencies]
dbs-fuse = { version = "0.2.0", features = ["async-io"] }
async-io = async-trait, futures

Enables fs, net, rt and sync of tokio

Affects dbs-fuse::async_file, dbs-fuse::async_runtime, dbs-fuse::mpmc, dbs-fuse::tokio_uring

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

async-trait async-io?
futures async-io?
tokio async-io?