# 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 = "cargo-incver" version = "1.0.0" authors = ["simens_green"] description = "A small utility for manipulating the project version in Cargo.toml" readme = "README.md" keywords = [ "git", "semver", "tool", "automation", ] categories = [ "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license = "MIT" repository = "https://github.com/simensgreen/cargo-incvec" [dependencies.clap] version = "4.4.6" features = [ "derive", "cargo", ] [dependencies.semver] version = "1.0.20" [dependencies.tomllib] version = "0.1.2"