[dependencies.gix]
default-features = false
optional = true
version = "0.62.0"
[dependencies.time]
features = ["macros", "formatting"]
version = "0.3.30"
[features]
default = ["git", "reproducible", "std"]
git = ["dep:gix"]
reproducible = []
std = []
[package]
authors = ["Félix Saparelli <felix@passcod.name>"]
description = "Gather build information for verbose versions flags"
documentation = "https://docs.rs/bosion"
edition = "2021"
keywords = ["version", "git", "verbose", "long"]
license = "Apache-2.0 OR MIT"
name = "bosion"
readme = "README.md"
repository = "https://github.com/watchexec/watchexec"
rust-version = "1.64.0"
version = "1.0.3"