Cargo Features

cd has no features set by default.

[dependencies]
cd = { version = "0.3.0", features = ["blocking", "client"] }
blocking = client

Adds a blocking client implementation to make API requests with, can be combined with either native or rustls to configure the TLS implementation used

Enables blocking of reqwest

client blocking? = reqwest

Affects cd::client

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.

reqwest blocking? client?