saphir 0.5.1

Yet another http server framework based on Hyper-rs
Documentation
[package]
name = "saphir"
version = "0.5.1"
authors = ["richer <richer.arc@gmail.com>"]
description = "Yet another http server framework based on Hyper-rs"
documentation = "https://docs.rs/saphir"
homepage = "https://github.com/richerarc/saphir"
repository = "https://github.com/richerarc/saphir"
readme = "README.md"
keywords = ["hyper", "http", "server", "web"]
license = "MIT"

[dependencies]
log = "0.4.1"
hyper = "0.12"
hyperx = "0.12"
http = "0.1"
futures = "0.1"
regex = "1.0"
ansi_term = "0.11"
tokio = "0.1"
rustls = "0.12"
tokio-rustls = "0.6"
parking_lot = "0.6"

[[test]]
name = "server"
path = "tests/http_server.rs"