Cargo Features

[dependencies]
motore = { version = "0.4.1", default-features = false, features = ["tower", "service_send"] }
default = service_send

The service_send feature is set by default whenever motore is added without default-features = false somewhere in the dependency tree.

tower

enable the tower adapter

Enables tower

service_send default

indicates the Service should be Send

Enables service_send of motore-macros

Affects make_connection::MakeConnection.make_connection, service::Service.call, service::UnaryService.call, service::BoxCloneService