# 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-request-identifier" version = "4.2.0" authors = ["Valentin Brandl "] exclude = [".github/*"] description = "Middlerware for actix-web to associate an ID with each request." homepage = "https://github.com/vbrandl/actix-request-identifier" documentation = "https://docs.rs/actix-request-identifier" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/vbrandl/actix-request-identifier" [dependencies.actix-web] version = "4.1.0" default-features = false [dependencies.futures] version = "0.3.4" [dependencies.uuid] version = "1.8.0" optional = true default-features = false [dev-dependencies.actix-web] version = "4.1.0" [dev-dependencies.bytes] version = "1.2.1" [features] default = ["uuid-generator"] uuid-generator = ["uuid/v4"] uuid-v7-generator = [ "uuid/v7", "uuid/std", ]