bosion 2.0.2

Gather build information for verbose versions flags
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.64.0"
name = "bosion"
version = "2.0.2"
authors = ["Félix Saparelli <felix@passcod.name>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gather build information for verbose versions flags"
documentation = "https://docs.rs/bosion"
readme = "README.md"
keywords = [
    "version",
    "git",
    "verbose",
    "long",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/watchexec/watchexec"

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

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

[dependencies.flate2]
version = "1.0.35"
optional = true

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

[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"