Cargo Features

serde-sarif has no features set by default.

[dependencies]
serde-sarif = { version = "0.6.6", features = ["clippy-converters", "hadolint-converters", "shellcheck-converters", "clang-tidy-converters"] }
clippy-converters = anyhow, cargo_metadata, regex

Affects converters::clippy

hadolint-converters = anyhow

Affects converters::hadolint

shellcheck-converters = anyhow

Affects converters::shellcheck

clang-tidy-converters = anyhow, regex

Affects converters::clang_tidy

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 clang-tidy-converters? clippy-converters? hadolint-converters? shellcheck-converters?
cargo_metadata clippy-converters?
regex clang-tidy-converters? clippy-converters?