http-signatures 0.1.3

An implementation of the HTTP Signatures RFC
Documentation
# 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]
name = "http-signatures"
version = "0.1.3"
authors = ["Riley Trautman <riley.trautman@gmail.com>"]
description = "An implementation of the HTTP Signatures RFC"
documentation = "https://asonix.github.io/http-signatures/http_signatures/index.html"
readme = "README.md"
keywords = ["web", "http", "signatures"]
license = "GPL-3.0"
repository = "https://github.com/asonix/http-signatures"
[dependencies.base64]
version = "0.6"

[dependencies.futures]
version = "0.1"
optional = true

[dependencies.hyper]
version = "0.11"
optional = true

[dependencies.reqwest]
version = "0.8"
optional = true

[dependencies.ring]
version = "0.11"
features = ["rsa_signing"]

[dependencies.rocket]
version = "0.3"
optional = true

[dependencies.rocket_codegen]
version = "0.3"
optional = true

[dependencies.tokio-core]
version = "0.1"
optional = true

[dependencies.untrusted]
version = "0.5"

[features]
default = ["use_hyper", "use_reqwest", "use_rocket"]
use_hyper = ["hyper", "futures", "tokio-core"]
use_reqwest = ["reqwest"]
use_rocket = ["rocket", "rocket_codegen"]