Cargo Features

ExcService has no features set by default.

[dependencies]
exc-service = { version = "0.7.3", features = ["retry", "limit", "http", "send"] }
retry = humantime, tracing

Enables time of tokio, retry of tower

Affects exc-service::retry, traits::ExcServiceExt.retry

limit

Enables limit of tower

Affects traits::ExcServiceExt.rate_limited

http = hyper
send

Add SendExcSerivce which is a ExcService that is Send. as a workaround for https://github.com/rust-lang/rust/issues/20671

Affects traits::send

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

hyper http?

Enables hyper ^0.14.23

humantime retry?
tokio retry?
tracing retry?