# 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 = "axum-trace-id" version = "0.1.0" description = "Axum middleware for adding trace ids to requests." readme = "README.md" keywords = [ "axum", "tracing", "trace-id", "request-id", "id", ] license = "MIT" repository = "https://github.com/dominik-seeger/axum-trace-id" [dependencies.axum] version = "0.6.19" [dependencies.futures] version = "0.3.28" [dependencies.tower] version = "0.4.13" [dependencies.uuid] version = "1.4.1" features = [ "v4", "fast-rng", ] [dev-dependencies.hyper] version = "0.14.27" [dev-dependencies.tokio] version = "1.29.1" features = ["macros"]