# 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 = "2018" name = "actix-web-requestid" version = "2.1.0" authors = ["Pierre-Alexandre St-Jean "] description = "Request ID middleware for actix-web" homepage = "https://github.com/pastjean/actix-web-requestid" documentation = "https://docs.rs/actix-web-requestid" readme = "README.md" keywords = [ "actix", "actix-web", "web", "middleware", "request-id", ] license = "MIT/Apache-2.0" repository = "https://github.com/pastjean/actix-web-requestid" [dependencies.actix-web] version = "^4.3.1" [dependencies.rand] version = "^0.8.4" [dev-dependencies.actix-rt] version = "2.2.0" [badges.codecov] branch = "master" repository = "pastjean/actix-web-requestid" service = "github"