Cargo Features

substrace_lints has no features set by default.

[dependencies]
substrace_lints = { version = "0.2.0", features = ["deny-warnings", "internal"] }
deny-warnings

Enables deny-warnings of substrace_utils

internal = serde_json, tempfile

build substrace with internal lints enabled, off by default

Enables internal of substrace_utils

Affects substrace_lints::deprecated_lints, internal_lints::metadata_collector, utils::internal_lints

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 internal?
tempfile internal?