git-bump 0.3.1

Use Lua scripts to quickly bump versions in files.
# 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 = "git-bump"
version = "0.3.1"
authors = ["Florian Gamböck <mail@floga.de>"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    ".git-bump.lua",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Use Lua scripts to quickly bump versions in files."
readme = "README.md"
keywords = [
    "cli",
    "git",
    "utility",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/FloGa/git-bump"

[[bin]]
name = "git-bump"
path = "src/main.rs"

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

[dependencies.git2]
version = "0.20.4"
default-features = false

[dependencies.home]
version = "0.5.3"

[dependencies.mlua]
version = "0.11.6"
features = [
    "lua54",
    "vendored",
]

[dependencies.thiserror]
version = "2.0.18"