# 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 = "actix-web-correlation-id" version = "1.0.0" authors = [ "Irek Nigmatullin ", "Juergen Fickel ", ] description = "An Actix-web middleware component which synchronises a correlation ID for cross API request logging" documentation = "http://docs.rs/actix-web-correlation-id/" readme = "README.md" keywords = [ "actix", "actix-web", "correlation", "requestid", "middleware", ] license = "BSD-2-Clause" repository = "http://github.com/nigma143/actix-web-correlation-id" [[example]] name = "main" required-features = [ "logger", "client", ] [dependencies.actix-web] version = "4" [dependencies.awc] version = "3" optional = true [dependencies.futures] version = "0.3" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dev-dependencies.env_logger] version = "0.10.0" [features] client = ["dep:awc"] default = ["logger"] logger = []