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-runtime feature is set by default whenever rrpx is added without default-features = false somewhere in the dependency tree.

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 tracing subscribers