# 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 = "commit_crafter" version = "0.1.3" authors = ["ZenYang "] description = "AI powered tool for Git commit message generator" homepage = "https://github.com/yzzting/commit_crafter" readme = "README.md" keywords = [ "git", "commit-message", "ai", "nlp", "productivity", ] categories = [ "external-tools", "text-processing", "development-tools::version-control", ] license = "MIT" repository = "https://github.com/yzzting/commit_crafter" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.reqwest] version = "0.12.3" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.8.12"