lib-humus 0.2.0

Helps creating configurable frontends for humans and computers using axum, Tera and toml.
Documentation
[dependencies.axum]
features = ["macros"]
optional = true
version = "0.7"

[dependencies.axum-extra]
features = ["typed-header"]
version = "0.9"

[dependencies.mime]
optional = true
version = "0.3"

[dependencies.serde]
features = ["derive", "rc"]
version = "1"

[dependencies.tera]
optional = true
version = "1"

[dependencies.toml]
optional = true
version = "0.8"

[features]
axum-view = ["dep:axum", "dep:tera", "dep:mime"]
"axum-view+cookie" = ["axum-view", "axum-extra/cookie"]
default = ["toml", "tera-loader", "axum-view"]
full = ["toml", "tera-loader", "axum-view+cookie"]
tera-loader = ["toml", "dep:tera"]
toml = ["dep:toml"]

[package]
authors = ["Slatian"]
categories = ["web-programming::http-server", "config"]
description = "Helps creating configurable frontends for humans and computers using axum, Tera and toml."
edition = "2021"
homepage = "https://codeberg.org/slatian/lib-humus"
keywords = ["framework", "http", "web", "axum", "tera"]
license = "AGPL-3.0-or-later"
name = "lib-humus"
readme = "README.md"
repository = "https://codeberg.org/slatian/lib-humus"
version = "0.2.0"