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