# 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 = "axum-signed-urls" version = "0.1.1" description = "Signed URL middleware for Axum, via Extractors" readme = "README.md" license = "MIT" repository = "https://github.com/m1guelpf/axum-signed-urls" [dependencies.anyhow] version = "1.0.69" [dependencies.axum] version = "0.6" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.qstring] version = "0.7.2" [dependencies.sha2] version = "0.10.6" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.map-macro] version = "0.2.5" [dev-dependencies.rusty-hook] version = "0.11" [dev-dependencies.tokio] version = "1" features = ["full"]