Cargo Features
[dependencies]
mwa_giant_squid = { version = "1.1.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, 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 ^3.2.23
Clap latest is 4.x which completely breaks everything and has a dep that needs MSRV 1.74
- simplelog bin
- reqwest-retry bin
-
Enables reqwest-retry ~0.5
- 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