rai-cli 1.0.0

Run AI instructions directly from your terminal, scripts, and CI/CD pipelines
# 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 = "rai-cli"
version = "1.0.0"
authors = ["appmakes.io"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run AI instructions directly from your terminal, scripts, and CI/CD pipelines"
homepage = "https://appmakes.github.io/Rai/"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "terminal",
    "llm",
    "automation",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/appmakes/Rai"

[[bin]]
name = "rai"
path = "src/main.rs"

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.atty]
version = "0.2"

[dependencies.clap]
version = "4.5.23"
features = ["derive"]

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15"

[dependencies.keyring]
version = "3.6.3"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.toml]
version = "0.8.19"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"