# 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 = "rglw_bumper" version = "0.2.2" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "This is a simple command line tool to get a new version number based on a git commit with flags" readme = "Readme.md" license = "MIT" license-file = "LICENSE" [[bin]] name = "rglw_bumper" path = "src/main.rs" [dependencies.execute] version = "0.2.13" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [build-dependencies.permissions] version = "0.5.1"