# 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_lib" version = "0.4.1" authors = ["C "] description = "A tooling and language agnostic library 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 = [ "text-processing", "development-tools", "data-structures", "encoding", "parser-implementations", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/conventional_commits_next_version" [dependencies.git2] version = "0.17.2" features = [] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.2" [dependencies.semver] version = "1.0.20" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dev-dependencies.rstest] version = "0.18.2"