Cargo Features

[dependencies]
bosion = { version = "1.0.3", default-features = false, features = ["git", "reproducible", "std"] }
default = git, reproducible, std

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

git default

Read from git repo, provide GIT_* vars

Enables gix

reproducible default

Read from SOURCE_DATE_EPOCH when available

std default

Provide a long_version_with() function to add extra info
Specifically this is std support for the _using_ crate, not for the bosion crate itself. It's assumed that the bosion crate is always std, as it runs in build.rs.