Cargo Features

[dependencies]
scm-record = { version = "0.2.0", default-features = false, features = ["debug", "scm-diff-editor", "serde"] }
default = debug

The debug feature is set by default whenever scm-record is added without default-features = false somewhere in the dependency tree.

debug default = serde
scm-diff-editor = clap, diffy, sha1, walkdir

Affects scm-record::scm_diff_editor

Required by the scm-diff-editor binary

serde debug

Enables serde and serde_json

serde:

Features: serde

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.

clap scm-diff-editor?

Enables clap

Features: scm-diff-editor

diffy scm-diff-editor?
sha1 scm-diff-editor?
walkdir scm-diff-editor?