calver 1.1.7

Calver: A lightweight command-line tool for effortless Calendar Versioning increments.
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 = "2024"
name = "calver"
version = "1.1.7"
authors = ["FX Soubirou <soubirou@yahoo.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Calver: A lightweight command-line tool for effortless Calendar Versioning increments."
documentation = "https://docs.rs/calver"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/op_so/projects/calver"

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

[[bin]]
name = "calver"
path = "src/main.rs"

[[bench]]
name = "cli_benchmarks"
path = "benches/cli_benchmarks.rs"
harness = false

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.git2]
version = "0.20"

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]

[dev-dependencies.criterion]
version = "=0.8.2"
features = ["html_reports"]

[dev-dependencies.temp-env]
version = "=0.3.6"

[dev-dependencies.tempfile]
version = "3.23.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]