sova-response-cache 0.1.0

HTTP GET response cache middleware for Sova
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 = "2021"
name = "sova-response-cache"
version = "0.1.0"
authors = ["Pavel Kuzmin <Virus191288@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP GET response cache middleware for Sova"
homepage = "https://s00d.github.io/sova/"
documentation = "https://docs.rs/sova-response-cache"
readme = "README.md"
keywords = [
    "http",
    "web",
    "framework",
    "async",
    "cache",
]
categories = [
    "web-programming::http-server",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/s00d/sova"

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

[[test]]
name = "cache"
path = "tests/cache.rs"

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1"

[dependencies.sova-core]
version = "0.1.10"

[dependencies.sova-store]
version = "0.1.2"

[dev-dependencies.http]
version = "1"

[dev-dependencies.sova-core]
version = "0.1.10"
features = ["testing"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]