# 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-semver-bump" version = "0.1.0" authors = ["Mark Hähnel "] description = "A tool to semantically bump the version of a Rust crate" readme = "README.md" keywords = [ "cargo", "semver", "ci", "automation", "check", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/markhaehnel/cargo-semver-bump" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo-semver-checks] version = "0.26.0" default-features = false [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.git-cliff] version = "1.4.0" default-features = false [dependencies.git-cliff-core] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.semver] version = "1.0.20" [dependencies.toml_edit] version = "0.21.0" default-features = false