Cargo Features
[dependencies]
flashbang = { version = "0.1.0-prealpha", default-features = false, features = ["async_tokio", "server_binary"] }
- default = async_tokio
-
The
async_tokio
feature is set by default wheneverflashbang
is added without
somewhere in the dependency tree.default-features = false - async_tokio default = tokio
- server_binary = argh, ctrlc, env_logger
-
for building the server binary
Required by the 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.
- tokio async_tokio
- argh server_binary?
-
Enables argh
server binary dependencies
- ctrlc server_binary?
- env_logger server_binary?
-
Enables env_logger ^0.10