# 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 = "http-signature-normalization-reqwest" version = "0.12.0" authors = ["asonix "] description = "An HTTP Signatures library that leaves the signing to you" readme = "README.md" keywords = [ "http", "signatures", "digest", "reqwest", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/Aardwolf/http-signature-normalization" [[example]] name = "client" required-features = [ "default-spawner", "ring", ] [dependencies.async-trait] version = "0.1.71" [dependencies.base64] version = "0.22" optional = true [dependencies.http-signature-normalization] version = "0.7.0" [dependencies.httpdate] version = "1.0.2" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.reqwest-middleware] version = "0.3.0" optional = true [dependencies.ring] version = "0.17.5" optional = true [dependencies.sha2] version = "0.10" optional = true [dependencies.sha3] version = "0.10" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt"] optional = true default-features = false [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] default-features = false [features] default = [ "sha-2", "default-spawner", ] default-spawner = ["dep:tokio"] digest = ["dep:base64"] middleware = ["dep:reqwest-middleware"] ring = [ "digest", "dep:ring", ] sha-2 = [ "digest", "dep:sha2", ] sha-3 = [ "digest", "dep:sha3", ]