http-stat 0.6.1

httpstat visualizes curl(1) statistics in a way of beauty and clarity.
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"
rust-version = "1.88"
name = "http-stat"
version = "0.6.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
exclude = ["Cargo.lock"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "httpstat visualizes curl(1) statistics in a way of beauty and clarity."
homepage = "https://github.com/vicanso/http-stat-rs"
readme = "README.md"
keywords = [
    "http",
    "statistics",
    "httpstat",
    "http2",
    "http3",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/vicanso/http-stat-rs"

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

[[bin]]
name = "httpstat"
path = "bin/httpstat.rs"

[[example]]
name = "client"
path = "examples/client.rs"

[dependencies.brotli-decompressor]
version = "5.0.0"

[dependencies.bytes]
version = "1.11.1"

[dependencies.bytesize]
version = "2.3.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.flate2]
version = "1.1.9"
features = ["zlib"]
default-features = false

[dependencies.futures]
version = "0.3.32"

[dependencies.h3]
version = "0.0.8"

[dependencies.h3-quinn]
version = "0.0.10"

[dependencies.heck]
version = "0.5.0"

[dependencies.hickory-resolver]
version = "0.25.2"
features = [
    "tokio",
    "https-ring",
    "tls-ring",
    "webpki-roots",
]

[dependencies.http]
version = "1.4.0"

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

[dependencies.humantime]
version = "2.3.0"

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

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

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.nu-ansi-term]
version = "0.50.3"

[dependencies.quinn]
version = "0.11.9"
features = [
    "runtime-tokio",
    "rustls",
    "ring",
]
default-features = false

[dependencies.rustls]
version = "0.23.36"

[dependencies.rustls-native-certs]
version = "0.8.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.snafu]
version = "0.9.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "net",
    "fs",
]

[dependencies.tokio-rustls]
version = "0.26.4"
features = ["ring"]
default-features = false

[dependencies.tonic]
version = "0.14.5"
features = ["transport"]
default-features = false

[dependencies.tonic-health]
version = "0.14.5"

[dependencies.tower-service]
version = "0.3.3"

[dependencies.unicode-truncate]
version = "2.0.1"

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

[dependencies.zstd]
version = "0.13.3"
default-features = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true

[profile.release.package.brotli-decompressor]
opt-level = 3

[profile.release.package.httparse]
opt-level = 3

[profile.release.package.rustls]
opt-level = 3

[profile.release.package.zstd]
opt-level = 3