axum-server-timing 3.0.1

An axum layer to inject the Server-Timing HTTP header into the response.
Documentation
[dependencies.http]
version = "1"

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

[dependencies.tower]
version = "0.5"

[dev-dependencies.axum]
features = ["macros"]
version = "0.8"

[dev-dependencies.reqwest]
version = "0.13"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "axum-server"
path = "examples/axum-server.rs"

[[example]]
name = "axum-with-extension"
path = "examples/axum-with-extension.rs"

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

[package]
authors = ["Jens Walter <jens@apimeister.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An axum layer to inject the Server-Timing HTTP header into the response."
documentation = "https://docs.rs/axum-server-timing/"
edition = "2021"
keywords = ["axum", "http-header", "web-server"]
license = "MIT OR Apache-2.0"
name = "axum-server-timing"
readme = "README.md"
repository = "https://github.com/JensWalter/axum-server-timing/"
rust-version = "1.70"
version = "3.0.1"