[package]
edition = "2021"
name = "oxihttp"
version = "0.0.1"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust HTTP client and server library (name reservation)"
readme = "README.md"
keywords = [
"http",
"network",
"pure-rust",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cool-japan/oxihttp"
[lib]
name = "oxihttp"
path = "src/lib.rs"
[dependencies]