# 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 = "pget" version = "0.1.2" description = """ Used to solve the network instability issues encountered during large file downloads, supporting resumable downloads and concurrent downloads. """ homepage = "https://github.com/hawklithm/pget" readme = "README.md" keywords = [ "download", "resume", "parallel", ] license = "MIT" repository = "https://github.com/hawklithm/pget" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.indicatif] version = "0.17.0" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "full", "tracing", ] [dependencies.tokio-util] version = "0.7" features = ["full"] [dev-dependencies.digest] version = "0.10.0" [dev-dependencies.hex] version = "0.4" [dev-dependencies.num_cpus] version = "1" [dev-dependencies.sha2] version = "0.10.0" [features] progress_bar = []