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 whenevermfio-netfs
is added without
somewhere in the dependency tree.default-features = false - std default = async-mutex, flume, parking_lot, tracing
- bin-deps = anyhow, clap, env_logger, tokio
-
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?