# 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 = "slack-auth-middleware" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A middleware layer for Axum to authenticate requests from Slack using HMAC signatures." readme = "README.md" keywords = [ "slack", "authentication", "middleware", "axum", "tower", ] categories = [ "web-programming", "authentication", ] license = "MIT" repository = "https://github.com/reinhash/slack-auth-middleware" [lib] name = "slack_auth_middleware" path = "src/lib.rs" [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4.38" [dependencies.futures-util] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.http-body-util] version = "0.1.2" [dependencies.sha2] version = "0.10.8" [dependencies.tower] version = "0.5.1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tower] version = "0.5.1" features = ["util"] [dev-dependencies.tracing-subscriber] version = "0.3.18"