# 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 = "conventional_commits_next_version" version = "6.1.0" authors = ["C "] description = "A tooling and language agnostic utility to calculate the next semantic version based on the Conventional Commits since the prior version. Supports monorepos." readme = "README.md" keywords = [ "conventional", "commits", "semantic", "versioning", "git", ] categories = [ "command-line-utilities", "development-tools", "data-structures", "encoding", "parser-implementations", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/conventional_commits_next_version" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.git2] version = "0.19.0" features = [] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.regex] version = "1.10.2" [dependencies.semver] version = "1.0.20" [dependencies.strum] version = "0.26.0" [dependencies.strum_macros] version = "0.26.0" [dev-dependencies.rstest] version = "0.23.0"