pingap-core 0.14.2

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

[features]
tracing = ["opentelemetry"]

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

[[bench]]
name = "bench"
path = "benches/bench.rs"
harness = false

[dependencies.TinyUFO]
version = "0.8.1"

[dependencies.ahash]
version = "0.8.12"

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

[dependencies.bytes]
version = "1.12.1"

[dependencies.futures]
version = "0.3.34"

[dependencies.hostname]
version = "0.4.2"

[dependencies.http]
version = "1.5.0"

[dependencies.ipnet]
version = "2.12.1"

[dependencies.itoa]
version = "1.0.18"

[dependencies.opentelemetry]
version = "0.32.0"
features = ["trace"]
optional = true
default-features = false

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

[dependencies.pingora-limits]
version = "0.9.0"

[dependencies.serde]
version = "1.0.229"

[dependencies.serde_json]
version = "1.0.151"

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

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

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

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]

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

[dev-dependencies.tempfile]
version = "3.21.0"

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

[lints.clippy]
unwrap_used = "deny"