shell-ai 0.6.0

AI-assisted shell commands: create shell commands from natural language, or have them explained
# 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 = "shell-ai"
version = "0.6.0"
build = "build.rs"
exclude = [
    ".github/",
    "docs/",
    "xtask/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-assisted shell commands: create shell commands from natural language, or have them explained"
homepage = "https://github.com/Deltik/shell-ai"
readme = "README.md"
keywords = [
    "cli",
    "shell",
    "ai",
    "automation",
    "command-line",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Deltik/shell-ai"

[[bin]]
name = "shell-ai"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"
features = ["wayland-data-control"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.is-terminal]
version = "0.4"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.shellexpand]
version = "3"

[dependencies.strum]
version = "0.27"
features = ["derive"]

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

[dependencies.toml]
version = "1"

[dependencies.unicode-width]
version = "0.2"

[dependencies.ureq]
version = "3"
features = [
    "json",
    "rustls",
]