pingap-performance 0.13.1

Performance metrics for pingap
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 = "2024"
name = "pingap-performance"
version = "0.13.1"
authors = ["Tree Xie <tree.xie@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Performance metrics for pingap"
homepage = "https://github.com/vicanso/pingap"
readme = "README.md"
keywords = [
    "pingap",
    "performance",
]
license = "Apache-2.0"
repository = "https://github.com/vicanso/pingap"

[features]
tracing = ["prometheus"]

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytesize]
version = "2.3.1"
features = ["serde"]

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.http]
version = "1.4.0"

[dependencies.humantime]
version = "2.3.0"

[dependencies.memory-stats]
version = "1.2.0"
features = ["always_use_statm"]

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.pingap-cache]
version = "0.13.1"

[dependencies.pingap-core]
version = "0.13.1"

[dependencies.pingap-location]
version = "0.13.1"

[dependencies.pingap-upstream]
version = "0.13.1"

[dependencies.pingora]
version = "0.8.0"
features = [
    "lb",
    "openssl",
    "cache",
]
default-features = false

[dependencies.prometheus]
version = "0.13.4"
optional = true
default-features = false

[dependencies.reqwest]
version = "0.13.2"
features = [
    "query",
    "json",
    "default-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"

[dependencies.smallvec]
version = "1.13.2"

[dependencies.snafu]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.sysinfo]
version = "0.38.3"
features = ["system"]
default-features = false

[dependencies.tokio]
version = "1.50.0"
features = ["fs"]
default-features = false

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tokio-test]
version = "0.4.4"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.18.0"
default-features = false

[lints.clippy]
unwrap_used = "deny"