vership 0.5.0

Multi-target release orchestrator
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"
rust-version = "1.90"
name = "vership"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-target release orchestrator"
homepage = "https://github.com/rvben/vership"
readme = "README.md"
keywords = [
    "release",
    "changelog",
    "versioning",
    "semver",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/rvben/vership"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.owo-colors]
version = "4"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

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

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