kvarn-extensions 0.4.0

Extensions for the Kvarn web server. Features HTTP/2 automatic push and a templating engine.
Documentation
[dependencies.async_chunked_transfer]
version = "1.4"

[dependencies.futures-util]
version = "0.3"

[dependencies.kvarn]
default-features = false
version = "0.4"

[dependencies.kvarn-fastcgi-client]
optional = true
version = "0.1"

[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1.17"

[dependencies.url-crawl]
optional = true
version = "0.1"
[dev-dependencies.kvarn_testing]
version = "0.4"

[dev-dependencies.tokio]
features = ["net", "io-util", "macros"]
version = "1.17"

[features]
connection = ["tokio"]
default = ["php", "templates", "push"]
php = ["kvarn-fastcgi-client", "connection"]
push = ["url-crawl"]
reverse-proxy = ["connection"]
templates = []

[package]
authors = ["Icelk <main@icelk.dev>"]
categories = ["template-engine"]
description = "Extensions for the Kvarn web server. Features HTTP/2 automatic push and a templating engine."
edition = "2021"
keywords = ["http-push", "template", "php"]
license = "Apache-2.0"
name = "kvarn-extensions"
repository = "https://github.com/Icelk/kvarn/tree/main/kvarn_extensions/"
resolver = "2"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]