# 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 = "turbocommit" version = "0.20.1" authors = ["Sett"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool to create commit messages with OpenAI GPT models" homepage = "https://github.com/dikkadev/turboCommit" documentation = "https://github.com/dikkadev/turboCommit" readme = "README.md" keywords = [ "chatgpt", "commit", "commit_message", "cli", "command-line", ] license = "MIT" repository = "https://github.com/dikkadev/turboCommit" [[bin]] name = "turbocommit" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.colored] version = "2.0.0" [dependencies.crates_io_api] version = "0.8.1" [dependencies.crossterm] version = "0.26.1" [dependencies.edit] version = "0.1.4" [dependencies.futures] version = "0.3.27" [dependencies.git2] version = "0.16.1" [dependencies.home] version = "0.5.4" [dependencies.inquire] version = "0.6.0" [dependencies.reqwest] version = "0.11.14" features = ["stream"] [dependencies.reqwest-eventsource] version = "0.4.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.serde_yaml] version = "0.9.19" [dependencies.terminal-supports-emoji] version = "0.1.3" [dependencies.tiktoken-rs] version = "0.2.2" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.unicode-segmentation] version = "1.10.1"