[dependencies.http]
version = "0.2"
[dependencies.httpdate]
version = "1"
[dependencies.hyper]
optional = true
version = "0.14"
[dependencies.mime]
version = "0.3"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.serde_urlencoded]
version = "0.7.1"
[dependencies.thiserror]
version = "1.0"
[features]
hyper_body = ["hyper"]
hyper_body_json = ["serde_json", "hyper_body"]
[package]
authors = ["Martin Fischer <martin@push-f.com>"]
categories = ["web-programming::http-server"]
description = "Extends the types from the http crate with methods to deal with cookies/content-types (and optionally adds deserialization methods to hyper::Body)."
edition = "2021"
keywords = ["web", "cookie", "hyper", "hmac"]
license = "MIT"
name = "sputnik"
readme = "README.md"
repository = "https://git.push-f.com/sputnik"
resolver = "2"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]