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 ^0.4.13
Affects
exc-service::retry
,traits::ExcServiceExt.retry
… - limit
-
Enables limit of tower ^0.4.13
Affects
traits::ExcServiceExt.rate_limited
… - http = hyper
- send
-
Add
SendExcSerivce
which is aExcService
that isSend
. as a workaround for https://github.com/rust-lang/rust/issues/20671Affects
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.