Cargo Features
[dependencies]
askalono = { version = "0.5.0", default-features = false, features = ["gzip", "spdx"] }
- default = spdx
-
The
spdx
feature is set by default wheneveraskalono
is added without
somewhere in the dependency tree.default-features = false - 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 not wasm32 wasm32 gzip?