Cargo Features

[dependencies]
buffrs = { version = "0.8.0", default-features = false, features = ["validation", "git"] }
default = git, validation

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

validation default

Enables anyhow, diff-struct, protobuf, and protobuf-parse

Affects command::lint, buffrs::validation

Required by the binary

git default

Required by the binary