# 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-hook" version = "1.0.0-beta.4" authors = ["Ana Bujan "] include = [ "src/", "LICENSE-*", "README.md", ] description = "Actix web middleware hook for requests. Enables subscribing to request start and end, request id, elapsed time between requests and more." readme = "README.md" keywords = [ "middleware", "actix-web", ] categories = ["web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/eisberg-labs/actix-request-hook" [lib] name = "actix_request_hook" path = "src/lib.rs" [dependencies.actix-http] version = "3" [dependencies.actix-web] version = "4.0.1" [dependencies.futures-util] version = "0.3.7" [dependencies.regex] version = "1.6.0" [dependencies.uuid] version = "0.8.1" features = ["v4"] [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_derive] version = "1.0.116" [dev-dependencies.serde_json] version = "1.0"