[go: up one dir, main page]

http-global-cache 0.1.4

A global cache to use for http.
Documentation
[dependencies.http]
optional = true
version = "1"

[dependencies.http-cache]
default-features = false
optional = true
version = "0.20"

[dependencies.http-cache-reqwest]
default-features = false
optional = true
version = "0.15"

[dependencies.http-cache-semantics]
optional = true
version = "2"

[dependencies.lazy_static]
version = "1"

[dependencies.moka]
features = ["future"]
optional = true
version = "0.12"

[features]
cache = ["cache_request", "http-cache-reqwest/manager-cacache"]
cache_mem = ["cache_request", "http-cache-reqwest/manager-moka"]
cache_request = ["dep:http-cache-reqwest"]
default = ["cache_request", "cache"]

[lib]
name = "http_global_cache"
path = "src/lib.rs"

[package]
authors = ["j-mendez <jeff@spider.cloud>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "command-line-utilities"]
description = "A global cache to use for http."
documentation = "https://docs.rs/http-global-cache"
edition = "2024"
keywords = ["cache", "http"]
license = "MIT"
name = "http-global-cache"
readme = "README.md"
repository = "https://github.com/spider-rs/spider"
version = "0.1.4"