frege 0.1.0

A lightweight, async HTTP router for Rust with middleware support
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "frege"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, async HTTP router for Rust with middleware support"
homepage = "https://github.com/Ayr2017/frege"
readme = "README.md"
keywords = [
    "http",
    "router",
    "async",
    "middleware",
    "web",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/Ayr2017/frege"

[lib]
name = "frege"
path = "src/lib.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "0.14"
features = [
    "server",
    "client",
    "tcp",
    "http1",
    "runtime",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]