rocket_seek_stream 0.2.1

Rocket-rs responder to range requests using types that implement Read + Seek
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]
edition = "2018"
name = "rocket_seek_stream"
version = "0.2.1"
authors = ["Ryan Dzengelewski <rdzengelewski@gmail.com>"]
description = "Rocket-rs responder to range requests using types that implement Read + Seek"
readme = "README.md"
keywords = ["rocket", "rocket-rs", "partial-content", "range-request", "206"]
license = "MIT"
repository = "https://github.com/rydz/rocket_seek_stream"
[dependencies.rand]
version = "0.7.0"

[dependencies.range_header]
version = "0.2.0"

[dependencies.rocket]
version = "0.4.2"

[dependencies.tree_magic]
version = "0.2.1"