curlview 0.3.0

A Rust-powered HTTP performance analyzer that visualizes timing metrics in a human-readable format.
# 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 = "curlview"
version = "0.3.0"
authors = ["dalei <guoyunlei@live.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-powered HTTP performance analyzer that visualizes timing metrics in a human-readable format."
readme = "README.md"
license = "MIT"

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

[dependencies.bytes]
version = "1.11"

[dependencies.colored]
version = "3"

[dependencies.hickory-resolver]
version = "0.25.2"
features = ["system-config"]

[dependencies.http]
version = "1.4"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.9"
features = [
    "client",
    "http1",
]

[dependencies.hyper-util]
version = "0.1.20"
features = ["tokio"]

[dependencies.pin-project-lite]
version = "0.2.17"

[dependencies.rustls]
version = "0.23.37"

[dependencies.rustls-pki-types]
version = "1.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.50"
features = [
    "rt",
    "net",
    "time",
    "macros",
]

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.url]
version = "2.5.8"

[dependencies.webpki-roots]
version = "1.0.6"

[dependencies.x509-parser]
version = "0.17"