# 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 = "dload" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple crate to help you download files from URLs easily." readme = "README.md" license = "MIT" [lib] name = "dload" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.12.4" features = ["stream"] [dev-dependencies.sysinfo] version = "0.30.11" [dev-dependencies.tokio] version = "1.37.0" features = ["full"]