wtf-cli 1.0.1

AI-powered terminal error interpreter. Prepend wtf to any command to get instant diagnoses and fixes.
# 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 = "wtf-cli"
version = "1.0.1"
authors = ["Jitse Lambrichts <jitse.lambrichts@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered terminal error interpreter. Prepend wtf to any command to get instant diagnoses and fixes."
homepage = "https://github.com/JitseLambrichts/WhatTheFix-CLI"
readme = "README.md"
keywords = [
    "cli",
    "error",
    "ai",
    "debug",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/JitseLambrichts/WhatTheFix-CLI"

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

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.10"

[dependencies.dotenvy]
version = "0.15"

[dependencies.indicatif]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "=3.15.0"

[dependencies.termimad]
version = "0.34.1"

[dependencies.ureq]
version = "2"
features = ["json"]