rohanasan 0.5.47

An extremely fast backend framework for rust! Built from scratch using tokio, easy to use and asynchronous. Available for multiple programming languages and cross-platform.
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 = "2021"
name = "rohanasan"
version = "0.5.47"
authors = ["Rohan Vashisht"]
publish = true
description = "An extremely fast backend framework for rust! Built from scratch using tokio, easy to use and asynchronous. Available for multiple programming languages and cross-platform."
readme = "README.md"
keywords = [
    "web",
    "http",
    "server",
    "backend",
    "framework",
]
categories = [
    "web-programming::http-server",
    "web-programming::websocket",
    "asynchronous",
    "os",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/rohanasan/rohanasan-rs"

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

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

[dependencies.urldecode]
version = "0.1.1"