# 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" name = "request-id" version = "0.3.0" authors = ["Vidhan Bhatt "] description = "A few common request id implementations for use with tower-http" readme = "README.md" keywords = [ "tower", "tower-http", "request-id", ] categories = [ "web-programming", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vidhanio/request-id" [dependencies.hyper] version = "1.0" [dependencies.tower-http] version = "0.5.0" features = [ "request-id", "util", ] [dependencies.ulid] version = "1" optional = true [dependencies.uuid] version = "1" optional = true [features] ulid = ["dep:ulid"] uuid = ["uuid/v4"]