[package]
name = "rlls"
version = "0.0.26"
edition = "2021"
description = "Cut a version, tag it, and publish a GitHub Release with raw git notes"
license = "MIT"
repository = "https://github.com/rccyx/rlls"
readme = "README.md"
categories = ["command-line-utilities"]
keywords = ["release", "semver", "github", "changelog"]
[dependencies]
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8"
regex = "1.10"
chrono = { version = "0.4", features = ["serde", "clock"] }
which = "6.0"
atty = "0.2"
tempfile = "3.10"
fs-err = "2.11"
console = "0.15"
dialoguer = { version = "0.11", default-features = true }
tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "process"] }
indicatif = "0.17"