# 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 = "git-commitizen" version = "0.1.1" authors = ["Jain Ramchurn"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple commitizen CLI tool in rust" homepage = "https://github.com/k3ii/git-cz" readme = "README.md" keywords = [ "git", "commitizen", "cli", "rust", ] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/k3ii/git-cz" [profile.dist] lto = "thin" inherits = "release" [lib] name = "git_commitizen" path = "src/lib.rs" [[bin]] name = "git-cz" path = "src/main.rs" [[test]] name = "main_test" path = "tests/main_test.rs" [dependencies.git2] version = "0.19.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.promkit] version = "0.4.5" [dependencies.tempfile] version = "3.2" [dev-dependencies.tempfile] version = "3.2"