[dependencies.keket]
version = "0.20"
[dependencies.reqwest]
features = ["blocking"]
version = "0.13"
[dev-dependencies.serde_json]
version = "1"
[[example]]
doc-scrape-examples = true
name = "hello_http"
path = "examples/hello_http.rs"
[lib]
name = "keket_http"
path = "src/lib.rs"
[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTTP asset fetch engine for Keket toolkit"
documentation = "https://docs.rs/keket-http"
edition = "2024"
homepage = "https://github.com/PsichiX/keket"
license = "MIT OR Apache-2.0"
name = "keket-http"
readme = "README.md"
repository = "https://github.com/PsichiX/keket"
resolver = "2"
version = "0.20.2"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]