rustyphoenixcommitrelease 1.0.0

Generates the changelog with git-cliff and commits/tags/pushes a Phoenix release
# 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 = "2021"
name = "rustyphoenixcommitrelease"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates the changelog with git-cliff and commits/tags/pushes a Phoenix release"
homepage = "https://cta-lapp.pages.in2p3.fr/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease/index.html"
readme = "README.md"
keywords = [
    "phoenix",
    "changelog",
    "git-cliff",
    "release",
]
license = "CECILL-C"
repository = "https://gitlab.in2p3.fr/CTA-LAPP/PHOENIX_LIBS2/ci-toolkit/RustyPhoenixCommitRelease"

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

[dependencies.anyhow]
version = "1.0.100"

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

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