PostDad 0.3.1

A high-speed, local-first Terminal UI (TUI) for testing APIs.
# 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 = "PostDad"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-speed, local-first Terminal UI (TUI) for testing APIs."
readme = "README.md"
keywords = [
    "tui",
    "api",
    "rest",
    "http",
    "client",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/mega123-art/PostDad"

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

[dependencies.arboard]
version = "3.6.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.futures-util]
version = "0.3"

[dependencies.hcl-rs]
version = "0.19.4"

[dependencies.image]
version = "0.25.9"

[dependencies.jsonpath_lib]
version = "0.3.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.30.0"
features = ["widget-calendar"]

[dependencies.ratatui-image]
version = "10.0.2"
features = [
    "crossterm",
    "image-defaults",
]
default-features = false

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "multipart",
    "native-tls",
    "gzip",
]
default-features = false

[dependencies.rhai]
version = "1.21"
features = ["sync"]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.148"

[dependencies.similar]
version = "2.7.0"

[dependencies.syntect]
version = "5.3.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "io-util",
    "net",
]

[dependencies.tokio-tungstenite]
version = "0.26"
features = ["native-tls"]

[dependencies.warp]
version = "0.4.2"
features = ["server"]

[dependencies.webbrowser]
version = "1.0.6"