humphrey_server 0.1.0

A Performance-Focused, Dependency-Free Web Server.
Documentation
[[bin]]
name = "humphrey"
path = "src/main.rs"
[dependencies.humphrey]
version = "0.1.0"

[dependencies.libloading]
optional = true
version = "0.7"

[features]
plugins = ["libloading"]

[lib]
doctest = false
test = false

[package]
categories = ["web-programming::http-server", "network-programming", "command-line-utilities"]
description = "A Performance-Focused, Dependency-Free Web Server."
edition = "2018"
homepage = "https://github.com/w-henderson/Humphrey"
keywords = ["http", "server", "http-server"]
license = "MIT"
name = "humphrey_server"
readme = "../README.md"
repository = "https://github.com/w-henderson/Humphrey"
version = "0.1.0"