# 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 = "2018" name = "shirodl" version = "0.1.3" include = ["**/*.rs", "Cargo.toml", "LICENSE", "README.md"] description = "An async download library for massive batch of urls downloading." homepage = "https://github.com/Oyami-Srk/shirodl" readme = "README.md" keywords = ["download", "async", "tool"] categories = ["command-line-utilities", "web-programming::http-client", "asynchronous"] license-file = "LICENSE" repository = "https://github.com/Oyami-Srk/shirodl" [lib] name = "shirodl" [[example]] name = "shirodl" [dependencies.async-std] version = "1.9.0" [dependencies.blake3] version = "1.0.0" [dependencies.reqwest] version = "^0.11" features = ["socks"] [dependencies.tokio] version = "1.9.0" features = ["full"] [dev-dependencies.clap] version = "3.0.0-beta.2" features = ["suggestions", "color", "derive"] [dev-dependencies.console] version = "0.14.1" [dev-dependencies.indicatif] version = "0.16.2"