cargo-gitv 0.1.2

Reasonable and opinionated version management based on Cargo and Git metadata.
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"
name = "cargo-gitv"
version = "0.1.2"
authors = ["Carsten Saathoff <carsten@kodemaniak.de"]
exclude = [
    ".github/",
    ".pre-commit-config.yaml",
    ".gitignore",
    "cliff.toml",
    "renovate.json",
]
description = "Reasonable and opinionated version management based on Cargo and Git metadata."
homepage = "https://github.com/kodemaniak/cargo-gitv"
readme = "README.md"
keywords = [
    "cargo-subcommand",
    "release",
    "ci",
    "semantic-versions",
]
categories = [
    "development-tools::build-utils",
    "development-tools::cargo-plugins",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kodemaniak/cargo-gitv"
resolver = "2"

[dependencies.anyhow]
version = "1.0.62"

[dependencies.cargo_metadata]
version = "0.15.0"

[dependencies.chrono]
version = "0.4.22"

[dependencies.clap]
version = "3.2.17"
features = ["derive"]

[dependencies.git2]
version = "0.15.0"
features = ["vendored-libgit2"]

[dependencies.semver]
version = "1.0.13"

[badges.maintenance]
status = "actively-developed"