[package] name = "static-http-cache" version = "0.3.0" # remember to update html_root_url edition = "2021" authors = ["Tim Allen "] description = "A local cache for static HTTP resources" license = "MIT" repository = "https://gitlab.com/Screwtapello/static_http_cache" readme = "README.md" keywords = ["http", "cache"] categories = ["caching", "network-programming", "web-programming::http-client"] [dependencies] crypto-hash = "0.3.4" log = "0.4.19" reqwest = { version = "0.11.18", features = ["blocking"] } sqlite = "0.30.5" rand = "0.8.5" [dev-dependencies] tempdir = "0.3.7" env_logger = "0.10.0"