hotaru 0.7.7

Small, sweet, easy framework for full-stack web application
Documentation
[[bin]]
name = "hotaru"
path = "src/main.rs"

[dependencies.ahttpm]
version = "0.7.0"

[dependencies.akari]
features = ["full"]
version = "0.2.6"

[dependencies.ctor]
optional = true
version = "0.4.0"

[dependencies.futures]
version = "0.3"

[dependencies.hotaru_core]
version = "0.7.7"

[dependencies.hotaru_lib]
features = ["url_encoding", "compression"]
version = "0.7.3"

[dependencies.hotaru_meta]
version = "0.7.3"

[dependencies.once_cell]
version = "1.17.2"

[dependencies.regex]
version = "1.5.6"

[dependencies.tokio]
features = ["full"]
version = "1.28"

[features]
debug = ["hotaru_core/dev-log"]
default = []
external-ctor = ["hotaru_meta/external-ctor", "ctor"]

[lib]
name = "hotaru"
path = "src/lib.rs"

[package]
authors = ["Redstone <redstone@fds.moe>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "Small, sweet, easy framework for full-stack web application"
edition = "2024"
homepage = "https://fds.rs/hotaru/"
keywords = ["full-stack", "web-framework", "hotaru"]
license = "GPL-3.0"
name = "hotaru"
readme = "readme.md"
repository = "https://github.com/Field-of-Dreams-Studio/hotaru"
version = "0.7.7"