git-std 0.6.0

Standard git workflow — commits, versioning, hooks
# 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 = "git-std"
version = "0.6.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard git workflow — commits, versioning, hooks"
homepage = "https://github.com/driftsys/git-std"
documentation = "https://driftsys.github.io/git-std/"
readme = "README.md"
keywords = [
    "git",
    "conventional-commits",
    "hooks",
    "versioning",
    "changelog",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/driftsys/git-std"

[[bin]]
name = "git-std"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.inquire]
version = "0.9"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.standard-changelog]
version = "0.6.0"

[dependencies.standard-commit]
version = "0.6.0"

[dependencies.standard-githooks]
version = "0.6.0"

[dependencies.standard-version]
version = "0.6.0"

[dependencies.toml]
version = "1.1"

[dependencies.yansi]
version = "1"

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.serde_json]
version = "1"

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

[build-dependencies.clap]
version = "4.6.0"
features = ["derive"]

[build-dependencies.clap_complete]
version = "4"

[build-dependencies.clap_mangen]
version = "0.2"