# 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.2.0" authors = ["Florian Gamböck "] include = ["src/**/*", "LICENSE", "README.md", ".git-bump.lua"] 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" resolver = "2" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.git2] version = "0.14.2" default-features = false [dependencies.home] version = "0.5.3" [dependencies.mlua] version = "0.7" features = ["lua54", "vendored"] [dependencies.thiserror] version = "1.0.30"