# 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-semver-rs" version = "0.2.0" description = """ CLI and library to manage your git projects semantic version based on conventional commits """ readme = "README.md" keywords = [ "git", "conventional-commit", "semver", "versioning", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/soulxburn/conventional-semver-rs" resolver = "2" [[bin]] name = "conver" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.6" features = ["derive"] [dependencies.custom_error] version = "1.9.2" [dependencies.git-conventional] version = "0.12.0" [dependencies.git2] version = "0.14" [dependencies.lenient_semver] version = "0.4.2" [dependencies.once_cell] version = "1.15.0" [dependencies.regex] version = "1" [dependencies.semver] version = "1.0.10" [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.toml] version = "0.5.9"