request-id 0.3.0

A few common request id implementations for use with tower-http
Documentation
[dependencies.hyper]
version = "1.0"

[dependencies.tower-http]
features = ["request-id", "util"]
version = "0.5.0"

[dependencies.ulid]
optional = true
version = "1"

[dependencies.uuid]
optional = true
version = "1"

[features]
ulid = ["dep:ulid"]
uuid = ["uuid/v4"]

[package]
authors = ["Vidhan Bhatt <me@vidhan.io>"]
categories = ["web-programming", "web-programming::http-server"]
description = "A few common request id implementations for use with tower-http"
edition = "2021"
keywords = ["tower", "tower-http", "request-id"]
license = "MIT OR Apache-2.0"
name = "request-id"
readme = "README.md"
repository = "https://github.com/vidhanio/request-id"
version = "0.3.0"