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