Cargo Features

[dependencies]
git-testament = { version = "0.2.5", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

GitTestament has 2 features without comments.