[[bin]]
name = "httpageboy"
path = "src/main.rs"
[dependencies]
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
async_smol = []
async_std = []
async_tokio = []
default = ["sync"]
sync = []
[lib]
name = "httpageboy"
path = "src/lib.rs"
[package]
authors = ["fahedsl <fahedsl@yandex.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming::http-server"]
description = "Handle HTTP request/response transmission on the server side without processing. It doesn't have any dependencies."
documentation = "https://docs.rs/httpageboy"
edition = "2021"
homepage = "https://gitlab.com/numanope/libs/rs/http-server"
keywords = ["http", "server", "request", "response"]
license = "MIT"
name = "httpageboy"
readme = "README.md"
repository = "https://gitlab.com/numanope/libs/rs/http-server"
version = "0.1.0"
[[test]]
name = "test"
path = "tests/test.rs"