brel 0.7.0

better-releases cli tool
# 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 = "brel"
version = "0.7.0"
build = false
exclude = ["brel.toml"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "better-releases cli tool"
homepage = "https://better-releases.com"
readme = "README.md"
license = "MIT"
repository = "https://github.com/better-releases/brel"

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

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

[dependencies.anyhow]
version = "1.0.97"

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

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.handlebars]
version = "6.3.1"

[dependencies.semver]
version = "1.0.25"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.similar]
version = "2.7.0"

[dependencies.toml]
version = "0.8.20"

[dependencies.toml_edit]
version = "0.22.27"

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

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

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

[profile.dist]
lto = "thin"
inherits = "release"