sfx 0.1.1

SFX is a streamlined, full-stack Rust framework for building small web services with integrated authentication, localization, and config-driven UI components
Documentation
[[bin]]
name = "sfx"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.ctor]
version = "0.4.0"

[dependencies.hotaru]
version = "0.7.7"

[dependencies.hotaru_lib]
version = "0.7.3"

[dependencies.htmstd]
version = "0.7"

[dependencies.include_dir]
version = "0.7"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.5.6"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
features = ["v4"]
version = "1"

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

[package]
authors = ["Redstone <redstone@fds.moe>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "web-programming::http-server"]
description = "SFX is a streamlined, full-stack Rust framework for building small web services with integrated authentication, localization, and config-driven UI components"
edition = "2024"
homepage = "https://fds.rs/sfx/"
keywords = ["full-stack", "web-framework"]
license = "MIT"
name = "sfx"
readme = "README.md"
repository = "https://github.com/Field-of-Dreams-Studio/sfx"
version = "0.1.1"