Cargo Features

[dependencies]
mfio-netfs = { version = "0.1.0", default-features = false, features = ["std", "bin-deps"] }
default = std

The std feature is set by default whenever mfio-netfs is added without default-features = false somewhere in the dependency tree.

std default = async-mutex, flume, parking_lot, tracing

Enables native and std of mfio-rt, std of futures and mfio

bin-deps = anyhow, clap, env_logger, tokio

Enables tokio of mfio

Required by the mfio-netfs-server binary

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.

flume std

Enables flume ^0.10

async-mutex std
parking_lot std
tracing std
clap bin-deps?
anyhow bin-deps?
env_logger bin-deps?

Enables env_logger ^0.10

tokio bin-deps?