bolt-web 0.1.0

⚡ A high-performance, minimalist web framework for Rust, inspired by Express.js and Gin.
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
features = ["full"]
version = "1"

[dependencies.hyper-util]
features = ["full"]
version = "0.1"

[dependencies.radixmap]
version = "0.2.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0.145"

[dependencies.time]
features = ["formatting"]
version = "0.3"

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

[dependencies.url]
version = "2"

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

[package]
authors = ["sumeeth sumeethveeramallu2001@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "web-programming::http-server", "web-programming::http-client"]
description = "⚡ A high-performance, minimalist web framework for Rust, inspired by Express.js and Gin."
edition = "2024"
homepage = "https://github.com/sumeeth05/boltweb"
keywords = ["bolt-web", "bolt", "http", "web", "server"]
license = "MIT"
name = "bolt-web"
readme = "README.md"
repository = "https://github.com/sumeeth05/boltweb"
version = "0.1.0"