# 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-actix-extractor" version = "0.2.0" authors = ["asonix "] description = "An HTTP Signatures library that leaves the signing to you" documentation = "https://docs.rs/http-signature-normalization-actix-extractor" readme = "README.md" keywords = [ "http", "signatures", "digest", "actix", ] license = "AGPL-3.0" repository = "https://git.asonix.dog/asonix/http-signature-normalization" [dependencies.actix-web] version = "4" default-features = false [dependencies.actix-web-lab] version = "0.18.5" [dependencies.async-trait] version = "0.1.58" [dependencies.base64] version = "0.13" optional = true [dependencies.http-signature-normalization] version = "0.7" [dependencies.sha2] version = "0.10" optional = true [dependencies.subtle] version = "2.4.1" optional = true [dev-dependencies.actix-web] version = "4" features = ["macros"] [dev-dependencies.openssl] version = "0.10.43" [dev-dependencies.thiserror] version = "1" [features] default = ["sha-2"] sha-2 = [ "base64", "sha2", "subtle", ]