# 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 = "ml-downloader" version = "0.1.1" include = [ "/src", "LICENSE", "README.md", "build.rs", ] description = "Simple blocking downloader based on reqwest" readme = "README.md" keywords = [ "client", "download", "http", "https", "request", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/malaire/ml-downloader" [dependencies.bytes] version = "1.4.0" [dependencies.digest] version = "0.10.7" [dependencies.fastrand] version = "2.0.0" [dependencies.hex] version = "0.4.3" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dev-dependencies.sha2] version = "0.10.7" [build-dependencies.readme-rustdocifier] version = "0.1.1"