# 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 = "autocommit" version = "0.1.5" description = "A simple tool to automatically commit changes to a git repository using GPT-3.5 to generate commit summaries" readme = "README.md" license = "MIT" repository = "https://github.com/raghavanand98/autocommit" [profile.dist] lto = "thin" inherits = "release" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.color-eyre] version = "0.5" [dependencies.derive_more] version = "0.99.17" features = ["display"] [dependencies.git2] version = "0.17.1" [dependencies.log] version = "0.4.17" [dependencies.openai-api-rs] version = "0.1.8" [dependencies.openssl-sys] version = "0.9.87" features = ["vendored"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [dependencies.ureq] version = "2.6.2" features = ["json"]