Cargo Features
[dependencies]
futures-retry-policies = { version = "0.3.1", default-features = false, features = ["retry-policies", "retry-crate", "tokio", "tracing", "futures-retry"] }
- default = retry-policies, tokio, tracing
-
These default features are set whenever
futures-retry-policies
is added without
somewhere in the dependency tree.default-features = false - retry-policies default = chrono
-
Features
Enables with the
retry-policies
crateEnables retry-policies ^0.2
documented above (retry-policies)
- retry-crate = retry
-
Enables interop with the
retry
crate
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.
- tokio default
-
Enables tokio
Provides tokio convenience methods
- chrono retry-policies
- tracing default
-
Enables tracing
Enables traced retry policies
- retry retry-crate?
-
Enables retry
documented above (retry-crate)
- futures-retry implicit feature
-
Enables futures-retry
Enables interop with the
futures-retry
crate