sr-ai 2.2.0

AI backends, caching, and AI-powered git commands for sr
Documentation
# 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 = "2024"
name = "sr-ai"
version = "2.2.0"
authors = ["urmzd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI backends, caching, and AI-powered git commands for sr"
homepage = "https://github.com/urmzd/sr"
readme = "README.md"
keywords = [
    "semantic-release",
    "ai",
    "git",
    "conventional-commits",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/urmzd/sr"
resolver = "2"

[lib]
name = "sr_ai"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.17"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sr-core]
version = "2.2.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]