# 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-gpt" version = "0.7.1" description = "Use GPT 3.5 API generate git commit log." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/buhe/git-gpt" [dependencies.git2] version = "0.13" [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1" features = ["full"]