# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "git-cz" version = "0.7.2" authors = ["Hannes De Valkeneer "] include = ["build.rs", "src/*", "README.md", "LICENSE"] description = "Git conventional commit tools written in Rust" homepage = "https://git-cz.github.io" readme = "README.md" keywords = ["git", "conventional", "commit", "changelog", "semantic"] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/ttys3/git-cz.git" [package.metadata.deb] assets = [["target/release/git-cz", "/usr/local/bin/", "755"], ["target/completions/git-cz.bash", "/usr/share/bash-completion/completions/", "644"], ["target/completions/_git-cz", "/usr/share/zsh/vendor-completions/", "644"], ["target/completions/git-cz.fish", "/usr/share/fish/completions/", "644"]] depends = "" extended-description = "Git conventional commit tools written in Rust. Create a changelog. Check if commits follow the convention. Calculate the next version based on the conventional commits." [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.console] version = "0.14.1" [dependencies.dialoguer] version = "0.8.0" features = [] [dependencies.git2] version = "0.13.17" features = [] default-features = false [dependencies.handlebars] version = "3.5.3" features = ["dir_source"] [dependencies.regex] version = "1.4.4" [dependencies.semver] version = "0.11.0" [dependencies.serde] version = "1.0.124" features = ["derive"] [dependencies.serde_yaml] version = "0.8.17" [dependencies.structopt] version = "0.3.21" [dependencies.thiserror] version = "1.0.24" [dependencies.url] version = "2.2.1" [build-dependencies.structopt] version = "0.3.21" [target."cfg(unix)".dependencies.skim] version = "0.9.3"