Cargo Features

[dependencies]
panda = { version = "0.5.3", default-features = false, features = ["tokio-runtime", "async-std-runtime"] }
default = tokio-runtime

The tokio-runtime feature is set by default whenever panda is added without default-features = false somewhere in the dependency tree.

tokio-runtime default = tokio, tokio-tls

Enables tokio-runtime and tokio-tls of async-tungstenite ^0.5.0

async-std-runtime = async-std, async-tls

Enables async-std-runtime and async-tls of async-tungstenite ^0.5.0

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.

async-std async-std-runtime?
async-tls async-std-runtime?

Enables async-tls ^0.7.0

tokio tokio-runtime

Enables tokio ^0.2.21

tokio-tls tokio-runtime