Cargo Features
[dependencies]
moella = { version = "0.2.0", default-features = false, features = ["bin", "uring"] }
- default = uring
-
The
uring
feature is set by default whenevermoella
is added without
somewhere in the dependency tree.default-features = false - bin = clap, env_logger
-
Enables macros and rt-multi-thread of tokio
Affects
moella::command
,moella::run
…Required by the binary
- uring default = tokio-uring
-
Enables uring of kvarn and kvarn-extensions
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.
- tokio-uring uring
-
Enables kvarn-tokio-uring
- env_logger bin?
- clap bin?