# 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 = "gwipt" version = "0.4.0" authors = ["Ben Weinstein-Raun "] description = "Automatic work-in-progress commits with descriptive commit messages generated by GPT-3 Codex" readme = "README.md" license = "Apache-2.0 OR CC0-1.0" repository = "https://github.com/benwr/gwipt" [dependencies.backoff] version = "0.4" [dependencies.clap] version = "4" features = ["derive"] [dependencies.git2] version = "0.15" [dependencies.notify-debouncer-mini] version = "0.2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.time] version = "0.3" features = [ "formatting", "macros", "local-offset", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "fmt", "local-time", "std", "time", ]