rustgram 0.3.1

A fast server framework for hyper with app builder from yml file
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 = "rustgram"
version = "0.3.1"
authors = ["Jörn Heinemann <joernheinemann@gmx.de>"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast server framework for hyper with app builder from yml file"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/grammm/rustgram/rustgram"

[features]
route_builder = [
    "serde",
    "serde_yaml",
]

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

[dependencies.bytes]
version = "1"

[dependencies.futures-util]
version = "0.3.28"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1"
features = [
    "http1",
    "http2",
    "server",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server-auto",
]

[dependencies.matchit]
version = "0.7.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_yaml]
version = "=0.8.26"
optional = true

[dependencies.tokio]
version = "1"
features = ["net"]

[dev-dependencies.futures]
version = "0.3.6"
features = ["async-await"]
default-features = false

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