httpman 0.1.5

A fast, modern HTTP client with tab management and request persistence
Documentation
# 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 = "httpman"
version = "0.1.5"
authors = ["M Mustakim Ali <i@mustak.im>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, modern HTTP client with tab management and request persistence"
homepage = "https://github.com/mustakimali/httpman"
readme = "README.md"
keywords = [
    "http",
    "client",
    "gui",
    "api",
    "rest",
]
categories = [
    "network-programming",
    "gui",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/mustakimali/httpman"

[lib]
name = "httpman"
path = "src/lib.rs"

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

[dependencies.anyhow]
version = "1.0.83"

[dependencies.directories]
version = "5.0"

[dependencies.eframe]
version = "0.27.2"

[dependencies.egui]
version = "0.27.2"

[dependencies.egui_extras]
version = "0.27.2"
features = ["all_loaders"]

[dependencies.egui_json_tree]
version = "0.5.1"

[dependencies.env_logger]
version = "0.10"
features = [
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.futures]
version = "0.3.30"

[dependencies.image]
version = "0.24"
features = [
    "jpeg",
    "png",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.4"
features = ["stream"]

[dependencies.rmp-serde]
version = "1.3.0"

[dependencies.serde]
version = "1.0.201"

[dependencies.serde_json]
version = "1.0.117"

[dependencies.thousands]
version = "0.2.0"

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

[dependencies.ulid]
version = "1.1.2"
features = ["serde"]

[dependencies.url]
version = "2.5"