rustytag 1.0.21

A semantic version management tool built on Git tags.
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 = "rustytag"
version = "1.0.21"
authors = ["sichang <zhaoanke@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A semantic version management tool built on Git tags."
documentation = "https://docs.rs/rustytag"
readme = "README.md"
keywords = [
    "git",
    "semver",
    "tag",
    "version",
    "management",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/sichang824/rustytag"

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

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

[[test]]
name = "show_output"
path = "tests/show_output.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.chrono]
version = "0.4"

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

[dependencies.dirs]
version = "5.0"

[dependencies.git2]
version = "0.17"

[dependencies.reqwest]
version = "0.11"
features = ["json"]

[dependencies.semver]
version = "1.0.25"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.toml_edit]
version = "0.19"