[dependencies]
[lib]
name = "rxpress"
path = "src/lib.rs"
[package]
authors = ["Arghya Das <arghya.coding@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-server"]
description = "rxpress is an open-source server library in Rust similar to express in NodeJS. Built from the ground up with a focus on learning and building modern HTTP servers."
documentation = "https://docs.rs/rxpress"
edition = "2024"
keywords = ["rxpress", "http", "server", "http-server", "backend"]
license = "MIT"
name = "rxpress"
readme = "README.md"
repository = "https://github.com/alfaarghya/rxpress"
version = "0.3.1"