# 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 = "myget" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "simple wget clone in rust" homepage = "https://github.com/philipleake/rget" documentation = "https://github.com/philipleake/rget" readme = "README.md" keywords = [ "http", "client", "cli", "file", "download", ] categories = [ "web-programming::http-client", "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/philipleake/rget" [[bin]] name = "myget" path = "src/main.rs" [dependencies.clap] version = "4.5.21" [dependencies.console] version = "0.15.8" [dependencies.futures-util] version = "0.3.31" [dependencies.indicatif] version = "0.17.9" [dependencies.reqwest] version = "0.12.9" features = ["blocking"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.5.3"