Cargo Features

[dependencies]
askalono = { version = "0.4.6", default-features = false, features = ["gzip", "spdx"] }
default = spdx

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

gzip = flate2
spdx default = serde_json

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.

serde_json spdx

Enables serde_json

spdx deps

flate2 wasm32 not wasm32 gzip?