# 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 = "icommit" version = "0.0.2" description = "Generate commit message using AI" readme = "README.md" license = "GPL-3.0-only" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.69" [dependencies.dialoguer] version = "0.10.3" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.24" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.serde] version = "1.0.153" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.xshell] version = "0.2.3"