# 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 = "committy" version = "1.1.13" authors = ["Arnaud (Martient) Leherpeur "] build = false include = [ "/src", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "🚀 Generate clear, concise, and structured commit messages effortlessly" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/martient/committy" [[bin]] name = "committy" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4.38" [dependencies.env_logger] version = "0.11.5" [dependencies.git2] version = "0.19.0" [dependencies.inquire] version = "0.7.5" [dependencies.log] version = "0.4.22" [dependencies.openssl] version = "0.10.68" features = ["vendored"] [dependencies.regex] version = "1.11.0" [dependencies.semver] version = "1.0.23" [dependencies.sentry] version = "0.34.0" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.64" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [dev-dependencies.tempfile] version = "3.13.0"