# 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-middleware-etag" version = "0.4.2" authors = ["Christopher Kolstad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ETag middleware for Actix web >= 4.8" homepage = "https://github.com/chriswk/actix-middleware-etag" readme = "README.md" license = "MIT" repository = "https://github.com/chriswk/actix-middleware-etag" [lib] name = "actix_middleware_etag" path = "src/lib.rs" [dependencies.actix-service] version = "2.0.2" [dependencies.actix-web] version = "4.9.0" default-features = false [dependencies.base64] version = "0.22.1" [dependencies.futures] version = "0.3.30" [dependencies.str-buf] version = "3.0.3" [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] [dev-dependencies.actix-web] version = "4.9.0" features = [ "macros", "compress-gzip", "compress-zstd", ] default-features = false