# 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 = "2018" name = "http-sig" version = "0.5.0" authors = [ "Jack Cargill ", "Diggory Blake", ] description = "Implementation of the IETF draft 'Signing HTTP Messages'" homepage = "https://github.com/PassFort/http-signatures" documentation = "https://docs.rs/crate/http-sig" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/PassFort/http-signatures" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.28" [dependencies.base64] version = "0.12.0" [dependencies.chrono] version = "0.4.11" [dependencies.hmac] version = "0.12" [dependencies.http] version = "0.2.1" [dependencies.itertools] version = "0.9.0" [dependencies.log] version = "0.4.8" [dependencies.openssl] version = "0.10.29" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [dependencies.ring] version = "0.16.12" features = ["std"] optional = true [dependencies.rouille] version = "3.0.0" optional = true [dependencies.sha2] version = "0.10.1" [dependencies.subtle] version = "2.2.2" [dependencies.thiserror] version = "1.0.15" [dependencies.url] version = "2.1.1"