skp-cache-http 0.1.0

HTTP caching primitives for skp-cache
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"
rust-version = "1.85"
name = "skp-cache-http"
version = "0.1.0"
authors = ["Sachin Kumar Pal<sachinkumar@setulab.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP caching primitives for skp-cache"
readme = false
keywords = [
    "cache",
    "http",
    "caching",
]
categories = [
    "caching",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/setulabs/skp-cache"
resolver = "2"

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

[dependencies.headers]
version = "0.4"
optional = true

[dependencies.http]
version = "1.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.skp-cache-core]
version = "0.1.0"

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "sync",
    "time",
    "rt",
]