[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.19"
[dependencies.http]
version = "0.2.4"
[dependencies.http-serde]
optional = true
version = "1.0.2"
[dependencies.reqwest]
optional = true
version = "0.11.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.130"
[dev-dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.19"
[dev-dependencies.serde_json]
version = "1.0.64"
[features]
default = ["with_serde"]
with_serde = ["serde", "http-serde"]
[package]
authors = ["Kornel <kornel@geekhood.net>", "Luna Graysen <luna.g@protonmail.com>", "Douglas Greenshields <dgreenshields@gmail.com>", "Kat Marchán <kzm@zkat.tech>"]
categories = ["caching", "web-programming::http-client"]
description = "RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
documentation = "https://docs.rs/http-cache-semantics"
edition = "2018"
homepage = "https://lib.rs/http-cache-semantics"
include = ["Cargo.toml", "README.md", "src/*.rs", "LICENSE"]
keywords = ["http", "cache", "headers", "cache-control", "proxy"]
license = "BSD-2-Clause"
name = "http-cache-semantics"
readme = "README.md"
repository = "https://github.com/kornelski/rusty-http-cache-semantics"
version = "0.9.13"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]