Cargo Features

[dependencies]
release_plz_core = { version = "0.21.4", default-features = false, features = ["all-static"] }
default = all-static

The all-static feature is set by default whenever release_plz_core is added without default-features = false somewhere in the dependency tree.

all-static default

Enables all-static and vendored-libgit2 of cargo ^0.78.1

release_plz_core has 2 features without comments.