xgit 0.2.3

A enhanced AI-powered Git tool
[package]
name = "xgit"
version = "0.2.3"
edition = "2021"
description = "A enhanced AI-powered Git tool"
license = "MIT"
authors = ["Xuanqi Li<lixuanqi1995@gmail.com>"]
repository = "https://github.com/LiXuanqi/xgit"
homepage = "https://github.com/LiXuanqi/xgit"
keywords = ["git", "cli", "ai", "commit", "branch"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.41", features = ["derive"] }
console = "0.15.8"
git2 = { version = "0.20.2", default-features = false } # TODO: remove default-features = false in the future
inquire = "0.7.5"
octocrab = "0.41.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.46.1", features = ["full"] }

[dev-dependencies]
assert_fs = "1.1.3"