rocket-download-response 0.4.7

This crate provides a response struct used for client downloading.
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 = "rocket-download-response"
version = "0.4.7"
authors = ["Magic Len <len@magiclen.org>"]
description = "This crate provides a response struct used for client downloading."
homepage = "https://magiclen.org/rocket-download-response"
readme = "README.md"
keywords = ["rocket", "server", "web", "download", "attach"]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-download-response"
[dependencies.educe]
version = ">=0.4.0"
features = ["Debug"]
default-features = false

[dependencies.mime]
version = "0.3.12"

[dependencies.mime_guess]
version = " 2.0.0-alpha.6"

[dependencies.percent-encoding]
version = "1.0.1"

[dependencies.rocket]
version = "0.4.2"
[badges.travis-ci]
branch = "master"
repository = "magiclen/rocket-download-response"