[package] name = "slack-auth-middleware" version = "0.1.3" edition = "2021" license = "MIT" description = "A middleware layer for Axum to authenticate requests from Slack using HMAC signatures." repository = "https://github.com/reinhash/slack-auth-middleware" keywords = ["slack", "authentication", "middleware", "axum", "tower"] categories = ["web-programming", "authentication"] [dependencies] axum = "0.7.5" chrono = "0.4.38" futures-util = "0.3.30" hex = "0.4.3" hmac = "0.12.1" http-body-util = "0.1.2" sha2 = "0.10.8" tower = "0.5.1" [dev-dependencies] tokio = { version = "1", features = ["full"] } tower = { version = "0.5.1", features = ["util"] } tracing-subscriber = "0.3.18"