# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "http-signatures" version = "0.8.0" authors = ["asonix "] description = "An implementation of the HTTP Signatures RFC" readme = "README.md" keywords = ["web", "http", "signatures"] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/http-signatures" [dependencies.actix-web] version = "0.7" optional = true [dependencies.base64] version = "0.9" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" optional = true [dependencies.hyper] version = "0.12" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.reqwest] version = "0.9" optional = true [dependencies.ring] version = "0.13" features = ["rsa_signing"] [dependencies.rocket] version = "0.4" optional = true [dependencies.untrusted] version = "0.6" [features] default = [] use_actix_web = ["actix-web", "futures"] use_hyper = ["hyper", "futures"] use_reqwest = ["reqwest"] use_rocket = ["rocket"]