[dependencies.http-body-util]
version = "0.1.2"
[dependencies.hyper]
features = ["full"]
version = "1.6.0"
[dependencies.hyper-util]
features = ["full"]
version = "0.1.10"
[dependencies.log]
version = "0.4.26"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[lib]
name = "bobby"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = "A minimal web framework."
edition = "2024"
homepage = "https://github.com/askonomm/bobby"
keywords = ["api", "http", "framework", "rest"]
license = "MIT"
name = "bobby"
readme = "README.md"
repository = "https://github.com/askonomm/bobby"
version = "0.1.2"