Cargo Features

[dependencies]
veryl-metadata = { version = "0.9.0", default-features = false, features = ["git-command", "git-gitoxide"] }
default = git-command

The git-command feature is set by default whenever veryl-metadata is added without default-features = false somewhere in the dependency tree.

git-command default
git-gitoxide

Enables git-repository

veryl-metadata has 3 features without comments.