# 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 = "bump2version" version = "0.1.4" authors = ["Mahmoud Harmouch "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "⬆️ Easily manage version numbers in your projects." documentation = "https://docs.rs/bump2version" readme = "README.md" keywords = [ "cli", "parser", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/wiseaidev/bump2version" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 strip = "symbols" [lib] name = "bump2version" crate-type = ["cdylib"] path = "src/lib.rs" [[bin]] name = "bump2version" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.regex] version = "1.10.3"