bosion 1.1.3

Gather build information for verbose versions flags
Documentation
[dependencies.gix]
default-features = false
features = ["revision"]
optional = true
version = "0.72.1"

[dependencies.time]
features = ["macros", "formatting"]
version = "0.3.30"

[features]
default = ["git", "reproducible", "std"]
git = ["dep:gix"]
reproducible = []
std = []

[lib]
name = "bosion"
path = "src/lib.rs"

[lints.clippy]
blocks_in_conditions = "allow"
cognitive_complexity = "allow"
default_trait_access = "allow"
enum_glob_use = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
needless_doctest_main = "allow"
nursery = "warn"
option_if_let_else = "allow"
pedantic = "warn"
similar_names = "allow"
too_many_lines = "allow"

[package]
authors = ["Félix Saparelli <felix@passcod.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.1.3"