[dependencies.axum]
features = ["macros", "tracing"]
version = "0.8.3"
[dependencies.derive_more]
features = ["full"]
version = "2.0.1"
[dependencies.gloo_macros]
version = "0.1.3"
[dependencies.inventory]
version = "0.3.20"
[lib]
name = "supergloo"
path = "src/lib.rs"
[package]
authors = ["Eoin Mitchell eoinmitchell39@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for rapid development of web applications in Rust and axum, with a focus on ease of use and flexibility through path based routes."
edition = "2024"
keywords = ["web", "axum", "supergloo", "routing", "easy"]
license = "MIT OR Apache-2.0"
name = "supergloo"
readme = false
repository = "https://github.com/swerve731/supergloo"
version = "0.1.2"