Cargo Features

PDD has no features set by default.

[dependencies]
pdd = { version = "0.1.4", features = ["pmc-native-tls", "file"] }
pmc-native-tls = futures-util, serde_with, tokio-tungstenite

Affects pdd::pmc

file

Enables tokio

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-tungstenite pmc-native-tls?

Enables tokio-tungstenite ^0.20.0

futures-util pmc-native-tls?
serde_with pmc-native-tls?