# 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 = "versionman" version = "0.1.1" authors = ["Joshua Price "] description = "CLI for incrementing project versions" homepage = "https://github.com/jwpjrdev/version-man" keywords = ["cli", "version", "semver", "ci"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/jwpjrdev/version-man" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["cargo", "derive"] [dependencies.semver] version = "1.0.5" [dependencies.toml_edit] version = "0.13.4"