saphir 0.1.0

Yet another http server framework based on Hyper-rs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[[test]]
name = "server"
path = "tests/http_server.rs"
[dependencies.ansi_term]
version = "0.11"

[dependencies.chrono]
version = "0.4"

[dependencies.dns-lookup]
version = "0.9"

[dependencies.env_logger]
version = "0.5"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.11"

[dependencies.log]
version = "0.4.1"

[dependencies.openssl]
version = "0.10.7"

[dependencies.regex]
version = "1.0"

[dependencies.ring-pwhash]
version = "0.12"

[dependencies.tokio]
version = "0.1"

[dependencies.url]
version = "1.7"

[dependencies.yaml-rust]
version = "0.4"