Cargo Features

[dependencies]
walker-extras = { version = "0.12.0", default-features = false, features = ["clap", "csaf-walker", "sbom-walker"] }
default = clap, csaf-walker, sbom-walker

These default features are set whenever walker-extras is added without default-features = false somewhere in the dependency tree.

clap default

Enables clap of walker-common and clap

optional

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.

csaf-walker default

Enables csaf-walker

internal

sbom-walker default