volter-core 0.1.0

Core traits and types for the volter web framework: Handler, FromRequest, IntoResponse, State.
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"
rust-version = "1.79"
name = "volter-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for the volter web framework: Handler, FromRequest, IntoResponse, State."
homepage = "https://github.com/aliwert/volter"
documentation = "https://docs.rs/volter-core/latest/volter_core"
readme = "README.md"
keywords = [
    "volter",
    "web",
    "http",
    "tower",
    "async",
]
categories = ["web-programming::http-server"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aliwert/volter"

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

[dependencies.bytes]
version = "1"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

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

[dependencies.tower]
version = "0.5"
features = [
    "util",
    "limit",
]

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