# 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.77.0" name = "motore" version = "0.4.1" authors = ["Motore Team "] description = """ Motore is a library of modular and reusable components for building robust clients and servers. Motore is greatly inspired by Tower. """ homepage = "https://cloudwego.io/docs/motore/" documentation = "https://docs.rs/motore" readme = "README.md" keywords = [ "io", "async", "non-blocking", "futures", "service", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cloudwego/motore" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.futures] version = "0.3" [dependencies.motore-macros] version = "0.4" [dependencies.pin-project] version = "1" [dependencies.tokio] version = "1" features = [ "time", "macros", ] [dependencies.tower] version = "0.4" optional = true [dev-dependencies.http] version = "1" [features] default = ["service_send"] service_send = ["motore-macros/service_send"] tower = ["dep:tower"] [badges.maintenance] status = "actively-developed"