Cargo Features

Rustify has no features set by default.

[dependencies]
rustify = { version = "0.6.0", features = ["blocking", "rustls-tls"] }
default

These default features are set whenever rustify is added without default-features = false somewhere in the dependency tree.

Enables default-tls of reqwest

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

blocking

Enables blocking of reqwest

Affects endpoint::Endpoint.exec_block, rustify::blocking

rustls-tls

Enables rustls-tls of reqwest

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 default blocking? rustls-tls?

Affects clients::reqwest, clients::reqwest