# 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 = "hmac-predicate" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tower predicate HMAC verification of query params" homepage = "https://github.com/tobymurray/hmac-predicate" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/tobymurray/hmac-predicate" [lib] name = "hmac_predicate" path = "src/lib.rs" [dependencies.bytes] version = ">= 1" [dependencies.form_urlencoded] version = ">= 1" [dependencies.hex] version = ">= 0" [dependencies.hmac] version = ">= 0" [dependencies.http] version = ">= 1" [dependencies.http-body] version = ">= 1" [dependencies.sha2] version = ">= 0" [dependencies.thiserror] version = ">= 1" [dependencies.tower] version = ">= 0.5" features = ["filter"]