ichigo 0.1.5

A CLI HTTP client — store named request configs in your project or globally, then run them by name or through the TUI
# 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 = "2024"
name = "ichigo"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI HTTP client — store named request configs in your project or globally, then run them by name or through the TUI"
homepage = "https://github.com/playsthisgame/ichigo"
readme = "README.md"
keywords = [
    "http",
    "cli",
    "rest",
    "client",
    "requests",
]
categories = [
    "command-line-utilities",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/playsthisgame/ichigo"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.colored_json]
version = "5"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[profile.dist]
lto = "thin"
inherits = "release"