ogum 0.1.0

A meta-framework for building web servers in Rust, where any frontend architecture is welcome.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ogum"
version = "0.1.0"
authors = ["Francisco Solla <fsolla@pm.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A meta-framework for building web servers in Rust, where any frontend architecture is welcome."
homepage = "https://github.com/ogum-rs/ogum"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "server",
    "meta",
    "frontend",
]
categories = [
    "web-programming",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/ogum-rs/ogum"

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

[dependencies]