# 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 = "netget" version = "0.1.2" authors = ["Jackson Novak "] description = "Download files with Rust code easily, and also be stylish!" readme = "README.md" keywords = [ "download", "network", "internet", "file", "url", ] license = "MIT" repository = "https://gitlab.com/oglo-crates/netget" [dependencies.futures-util] version = "0.3.29" [dependencies.indicatif] version = "0.17.7" [dependencies.reqwest] version = "0.11.22" features = ["stream"] [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.url] version = "2.5.0"