# 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" rust-version = "1.70.0" name = "data_downloader" version = "0.2.0" authors = ["Till Arnold"] exclude = [ "/rustfmt.toml", "/.github/*", "/justfile", ] description = "A simple way to download and cache files" documentation = "https://docs.rs/data_downloader" readme = "README.md" keywords = [ "download", "reference_data", ] categories = [ "filesystem", "caching", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tillarnold/data_downloader" [dependencies.dirs] version = "5.0.1" [dependencies.hex-literal] version = "0.4.1" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.59" [dependencies.zip] version = "1.1.1" optional = true [dev-dependencies.proptest] version = "1.4.0" [features] zip = ["dep:zip"]