# 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 = "tower-request-id" version = "0.3.0" description = "A tower (hyper, axum, warp) service to add a unique id for every request" readme = "README.md" keywords = [ "tower", "hyper", "axum", "warp", ] license = "MIT" repository = "https://github.com/imbolc/tower-request-id" [dependencies.http] version = "1" [dependencies.tower-layer] version = "0.3" [dependencies.tower-service] version = "0.3" [dependencies.ulid] version = "1" [dev-dependencies.axum] version = "0.7" [dev-dependencies.hyper] version = "1" [dev-dependencies.rusty-hook] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.4" [dev-dependencies.tower-http] version = "0.5" features = ["trace"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3"