# 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-cm" version = "0.2.3" authors = ["Sven Lechner "] description = "A git command that generates conventional-friendly commit messages." documentation = "https://docs.rs/git-cm" readme = "README.md" keywords = ["commit", "commitizen", "git"] categories = ["command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/SirWindfield/git-cm" [package.metadata.commits] defaults = true [dependencies.anyhow] version = "1.0.40" [dependencies.cargo_toml] version = "0.9.1" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.console] version = "0.14.1" [dependencies.ctrlc] version = "3.1.9" features = ["termination"] [dependencies.dialoguer] version = "0.8.0" [dependencies.edit] version = "0.1.3" [dependencies.git2] version = "0.13.19" default-features = false [dependencies.once_cell] version = "1.7.2" [dependencies.serde] version = "1.0.126" features = ["derive"]