Cargo Features

[dependencies]
askalono-cli = { version = "0.4.6", default-features = false, features = ["diagnostics", "embedded-cache", "gzip"] }
default = embedded-cache

The embedded-cache feature is set by default whenever askalono-cli is added without default-features = false somewhere in the dependency tree.

diagnostics = difference
embedded-cache default
gzip

Enables gzip of askalono

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.

difference diagnostics?