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 wheneverpanda
is added without
somewhere in the dependency tree.default-features = false - 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.