[[bin]]
name = "httpstat_rs"
path = "src/main.rs"
[dependencies.curl]
version = "0.4"
[package]
authors = ["ledao <zhaowei153@126.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "A command-line tool to visualize HTTP requests and responses with timing details."
documentation = "https://docs.rs/httpstat_rs"
edition = "2021"
homepage = "https://github.com/ledao/httpstat_rs"
keywords = ["http", "cli", "httpstat", "timing", "curl"]
license = "MIT"
name = "httpstat_rs"
readme = "README.MD"
repository = "https://github.com/ledao/httpstat_rs"
version = "0.1.0"