http-global-cache 0.1.5

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

[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"

[dependencies.http]
version = "1"
optional = true

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

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

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

[dependencies.lazy_static]
version = "1"

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