static-http-cache 0.2.0

A local cache for static HTTP resources
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "static-http-cache"
version = "0.2.0"
authors = ["Tim Allen <screwtape@froup.com>"]
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.0"

[dependencies.log]
version = "0.4.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.reqwest]
version = "0.9.9"

[dependencies.sqlite]
version = "0.23.9"
[dev-dependencies.env_logger]
version = "0.5.3"

[dev-dependencies.tempdir]
version = "0.3.5"