[package]
name = "httpman"
version = "0.1.4"
authors = ["M Mustakim Ali <i@mustak.im>"]
description = "A fast, modern HTTP client with tab management and request persistence"
edition = "2021"
license = "MIT"
homepage = "https://github.com/mustakimali/httpman"
repository = "https://github.com/mustakimali/httpman"
keywords = ["http", "client", "gui", "api", "rest"]
categories = ["network-programming", "gui", "development-tools"]
readme = "README.md"
[[bin]]
name = "httpman"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.83"
eframe = "0.27.2"
egui = "0.27.2"
egui_extras = { version = "0.27.2", features = ["all_loaders"] }
image = { version = "0.24", features = [
"jpeg",
"png",
] }
env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
futures = "0.3.30"
rand = "0.8.5"
reqwest = { version = "0.12.4", features = ["stream"] }
rmp-serde = "1.3.0"
serde = "1.0.201"
tokio = { version = "1.37.0", features = ["full"] }
ulid = { version = "1.1.2", features = ["serde"] }
thousands = "0.2.0"
egui_json_tree = "0.5.1"
serde_json = "1.0.117"
directories = "5.0"