motore 0.3.2

Motore is a library of modular and reusable components for building robust clients and servers. Motore is greatly inspired by Tower.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.futures]
version = "0.3"

[dependencies.motore-macros]
version = "0.3"

[dependencies.pin-project]
version = "1"

[dependencies.tokio]
features = ["time", "macros"]
version = "1"

[dependencies.tower]
optional = true
version = "0.4"
[dev-dependencies.http]
version = "0.2"

[features]
tower = ["dep:tower"]

[package]
authors = ["Motore Team <motore@cloudwego.io>"]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Motore is a library of modular and reusable components for building robust\nclients and servers. Motore is greatly inspired by Tower.\n"
documentation = "https://docs.rs/motore"
edition = "2021"
homepage = "https://cloudwego.io/docs/motore/"
keywords = ["io", "async", "non-blocking", "futures", "service"]
license = "MIT OR Apache-2.0"
name = "motore"
readme = "README.md"
repository = "https://github.com/cloudwego/motore"
version = "0.3.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]