# 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 = "digest-headers" version = "0.2.1" authors = ["asonix "] description = "A simple library to hash a request's body in the headers" readme = "README.md" keywords = ["web", "http", "header"] license = "GPL-3.0" repository = "https://git.asonix.dog/asonix/digest-headers" [dependencies.actix-web] version = "0.7" optional = true [dependencies.base64] version = "0.9" [dependencies.bytes] version = "0.4" optional = true [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" optional = true [dependencies.http] version = "0.1" optional = true [dependencies.hyper] version = "0.12" optional = true [dependencies.reqwest] version = "0.9" optional = true [dependencies.ring] version = "0.13" [dependencies.rocket] version = "0.4" optional = true [features] default = [] use_actix_web = ["actix-web", "futures", "bytes"] use_hyper = ["hyper", "futures", "bytes", "http"] use_reqwest = ["reqwest", "bytes"] use_rocket = ["rocket"]