ask-cmd 0.3.2

AI-powered CLI assistant - modern Unix meets AI
# 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"
rust-version = "1.70"
name = "ask-cmd"
version = "0.3.2"
authors = ["ask contributors"]
build = false
exclude = ["assets/demo.gif"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered CLI assistant - modern Unix meets AI"
homepage = "https://github.com/askterminal-dev/ask"
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "llm",
    "assistant",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/askterminal-dev/ask"

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

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

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

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

[dependencies.colored]
version = "2.1"

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.once_cell]
version = "1.19"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "stream",
]

[dependencies.rpassword]
version = "7.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.9"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true