# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rocket_seek_stream" version = "0.2.6" authors = [ "Ryan Dzengelewski ", "Samuel Rembisz ", ] description = "Rocket-rs 0.5.0-rc.3 responder to range requests using types that implement AsyncRead + AsyncSeek" readme = "README.md" keywords = [ "rocket", "rocket-rs", "partial-content", "range-request", "206", ] license = "MIT" repository = "https://github.com/rydz/rocket_seek_stream" [dependencies.futures] version = "0.3.21" [dependencies.rand] version = "0.8.5" [dependencies.range_header] version = "0.2" [dependencies.rocket] version = "0.5.0-rc.3" [dependencies.tree_magic_mini] version = "3.0.3"