bugsight 0.5.2

Debug smarter, not harder — CLI tool that analyzes errors and suggests 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 = "bugsight"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debug smarter, not harder — CLI tool that analyzes errors and suggests fixes"
homepage = "https://github.com/Arnel-rah/bugsight"
readme = "README.md"
keywords = [
    "cli",
    "debugging",
    "errors",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Arnel-rah/bugsight"

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "1.0.4"