follow-redirects 0.1.2

Extension for hyper to follow HTTP redirects
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 = "follow-redirects"
version = "0.1.2"
authors = ["Sam Rijs <srijs@airpost.net>"]
description = "Extension for hyper to follow HTTP redirects"
documentation = "https://docs.rs/follow-redirects"
keywords = ["hyper", "http", "redirect", "follow", "location"]
license = "MIT"
repository = "https://github.com/srijs/rust-follow-redirects"
[dependencies.bytes]
version = "0.4.6"

[dependencies.futures]
version = "0.1.21"

[dependencies.http]
version = "0.1.5"

[dependencies.hyper]
version = "0.11.24"
[dev-dependencies.tokio-core]
version = "0.1.16"