Cargo Features
[dependencies]
rrpx = { version = "0.1.0", default-features = false, features = ["tokio-runtime", "async-std-runtime", "smol-runtime", "tracing-subscriber"] }
- default = tokio-runtime
-
The
tokio-runtimefeature is set by default wheneverrrpxis added withoutsomewhere in the dependency tree.default-features = false - tokio-runtime default = tokio
-
Enables default-tls of reqwest ^0.11
- async-std-runtime = async-std
-
Enables default-tls of reqwest ^0.11
- smol-runtime = smol
-
Enables default-tls of reqwest ^0.11
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 tokio-runtime
- async-std async-std-runtime?
- smol smol-runtime?
-
Enables smol ^1.3
- tracing-subscriber implicit feature
-
Enables tracing-subscriber
tracing-subscriber:
Utilities for implementing and composing
tracingsubscribers