[dependencies.async_chunked_transfer]
version = "^1.4"
[dependencies.kvarn]
default-features = false
version = "^0.3"
[dependencies.kvarn-fastcgi-client]
optional = true
version = "^0.1"
[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "^1.13"
[dependencies.url-crawl]
optional = true
version = "^0.1"
[dev-dependencies.kvarn_testing]
version = "^0.3"
[dev-dependencies.tokio]
features = ["net", "io-util", "macros"]
version = "^1.13"
[features]
default = ["php", "templates", "push"]
php = ["kvarn-fastcgi-client", "tokio"]
push = ["url-crawl"]
reverse-proxy = ["tokio"]
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.3.0"