[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"