bolt-web 0.3.3

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "0.22.1"

[dependencies.bolt-web-macro]
version = "0.1.4"

[dependencies.bytes]
version = "1"

[dependencies.cookie]
version = "0.18"
features = ["percent-encode"]

[dependencies.futures-util]
version = "0.3"

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

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

[dependencies.hyper-tls]
version = "0.6.0"

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

[dependencies.mime]
version = "0.3.17"

[dependencies.mime_guess]
version = "2"

[dependencies.multer]
version = "3.1.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.radixmap]
version = "0.2.4"

[dependencies.rustls]
version = "0.23.35"

[dependencies.rustls-pemfile]
version = "2.2.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_urlencoded]
version = "0.7.1"

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

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

[dependencies.tokio-rustls]
version = "0.26.4"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]