# 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 = "2018" name = "tokio-dl-stream-to-disk" version = "1.0.1" authors = ["William Budington "] description = "A micro-library for downloading from a URL and streaming it directly to the disk" homepage = "https://github.com/EFForg/tokio-dl-stream-to-disk" readme = "README.md" license = "MIT" repository = "https://github.com/EFForg/tokio-dl-stream-to-disk" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["io"] [dependencies.reqwest] version = "0.12" features = ["stream"] [dependencies.sha2] version = "0.10" optional = true [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["io"] [features] sha256sum = ["sha2"]