Cargo Features
[dependencies]
mwa_giant_squid = { version = "1.2.0", default-features = false, features = ["bin", "time", "time-core"] }
- default = bin
-
The
bin
feature is set by default whenevermwa_giant_squid
is added without
somewhere in the dependency tree.default-features = false - bin default = anyhow, clap, indicatif, indicatif-log-bridge, reqwest-retry, simplelog, task-local-extensions
-
Required by the giant-squid 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.
- anyhow bin
-
Enables anyhow
Dependencies only for the binary.
- clap bin
-
Enables clap ~4.4
- indicatif bin
- indicatif-log-bridge bin
- reqwest-retry bin
- simplelog bin
- task-local-extensions bin
- time implicit feature
- time-core implicit feature
-
Enables time-core
time-core:
This crate is an implementation detail and should not be relied upon directly