fibers_http_server 0.1.10

A tiny HTTP/1.1 server framework
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]
edition = "2018"
name = "fibers_http_server"
version = "0.1.10"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A tiny HTTP/1.1 server framework"
homepage = "https://github.com/sile/fibers_http_server"
readme = "README.md"
keywords = ["http"]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/sile/fibers_http_server"
[dependencies.atomic_immut]
version = "0.1"

[dependencies.bytecodec]
version = "0.4"

[dependencies.factory]
version = "0.1"

[dependencies.fibers]
version = "0.1"

[dependencies.futures]
version = "0.1"

[dependencies.httpcodec]
version = "0.2"

[dependencies.prometrics]
version = "0.1"

[dependencies.slog]
version = "2"

[dependencies.trackable]
version = "0.2"

[dependencies.url]
version = "1"
[dev-dependencies.fibers_global]
version = "0.1"

[dev-dependencies.sloggers]
version = "0.3"
[badges.codecov]
repository = "sile/fibers_http_server"

[badges.travis-ci]
repository = "sile/fibers_http_server"