Cargo Features
[dependencies]
bosion = { version = "1.1.1", default-features = false, features = ["git", "reproducible", "std"] }
- default = git, reproducible, std
-
These default features are set whenever
bosion
is added without
somewhere in the dependency tree.default-features = false - git default
-
Read from git repo, provide GIT_* vars
Enables gix ^0.66.0
- 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.