Cargo Features

[dependencies]
git-event = { version = "0.4.1", default-features = false, features = ["shallow_clone"] }
default = shallow_clone

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

shallow_clone default

git-event has 2 features without comments.