# 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 = "static-http-cache" version = "0.3.0" authors = ["Tim Allen "] description = "A local cache for static HTTP resources" readme = "README.md" keywords = [ "http", "cache", ] categories = [ "caching", "network-programming", "web-programming::http-client", ] license = "MIT" repository = "https://gitlab.com/Screwtapello/static_http_cache" [dependencies.crypto-hash] version = "0.3.4" [dependencies.log] version = "0.4.19" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.sqlite] version = "0.30.5" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tempdir] version = "0.3.7"