Cargo Features

[dependencies]
mwa_giant_squid = { version = "1.0.3", default-features = false, features = ["bin", "time", "time-core"] }
default = bin

The bin feature is set by default whenever mwa_giant_squid is added without default-features = false somewhere in the dependency tree.

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
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