rocket-etagged-file-response 0.4.1

This crate provides a response struct used for offering static files with **Etag** cache.
# 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-etagged-file-response"
version = "0.4.1"
authors = ["Magic Len <len@magiclen.org>"]
description = "This crate provides a response struct used for offering static files with **Etag** cache."
homepage = "https://magiclen.org/rocket-etagged-file-response"
readme = "README.md"
keywords = ["rocket", "server", "web", "http", "etag"]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/magiclen/rocket-etagged-file-response"
[dependencies.crc-any]
version = "1.0.0"

[dependencies.mime_guess]
version = "1.8.6"

[dependencies.rocket]
version = "0.3.16"

[dependencies.rocket-etag-if-none-match]
version = "0.1.0"