releasaurus 0.22.0

A comprehensive release automation tool that streamlines the software release process across multiple programming languages and forge platforms
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"
name = "releasaurus"
version = "0.22.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comprehensive release automation tool that streamlines the software release process across multiple programming languages and forge platforms"
homepage = "https://releasaurus.rgon.io"
readme = "README.md"
keywords = [
    "changelog",
    "commits",
    "conventional",
    "release",
    "semver",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robgonnella/releasaurus"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
bin-dir = "target/{ target }/release/{ bin }{ binary-ext }"
pkg-fmt = "tgz"
disabled-strategies = ["quick-install"]

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

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

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.git-url-parse]
version = "0.6.0"

[dependencies.log]
version = "0.4.32"

[dependencies.merge]
version = "0.2.0"

[dependencies.releasaurus-core]
version = "0.22.0"

[dependencies.secrecy]
version = "0.10.3"

[dependencies.serde]
version = "1.0.228"

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

[dependencies.simplelog]
version = "0.12.2"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]

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