Cargo Features

[dependencies]
kvarn-extensions = { version = "0.6.1", default-features = false, features = ["connection", "php", "templates", "push", "reverse-proxy", "certificate", "view-counter", "uring"] }
default = php, push, templates, view-counter

These default features are set whenever kvarn-extensions is added without default-features = false somewhere in the dependency tree.

connection php reverse-proxy?

Enables io-util and net of tokio

Affects kvarn-extensions::connection

php default = connection, kvarn-fastcgi-client, percent-encoding

Affects kvarn-extensions::php

templates default

Affects kvarn-extensions::templates

push default = url-crawl

Enables http2 of kvarn

Affects kvarn-extensions::push

reverse-proxy = connection, url-crawl

Affects kvarn-extensions::reverse_proxy

certificate = rand, rcgen, ron, rustls, rustls-pemfile, small-acme, x509-parser

Automatic HTTPS certificates

Enables https of kvarn

Affects kvarn-extensions::certificate

view-counter default = dashmap

Affects kvarn-extensions::view_counter

uring = tokio-uring

Enables uring of kvarn

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

kvarn-fastcgi-client php

Enables kvarn-fastcgi-client ^0.1

Affects kvarn-extensions::fastcgi

tokio-uring uring?

Enables kvarn-tokio-uring

percent-encoding php
url-crawl push reverse-proxy?
small-acme certificate?
x509-parser certificate?

Enables x509-parser ^0.15

rustls certificate?

Enables rustls ^0.22

ron certificate?

Enables ron

serialize credentials

rcgen certificate?

Enables rcgen ^0.12

rustls-pemfile certificate?
rand certificate?
dashmap view-counter