# 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 = "steal" version = "0.1.1" description = "A CLI tool for multipart downloading." homepage = "https://github.com/Isaac-Fate/steal" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Isaac-Fate/steal" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "4.5.1" features = ["cargo"] [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.num_cpus] version = "1.16.0" [dependencies.reqwest] version = "0.12.1" features = ["stream"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tempfile] version = "3.10.1"