Cargo Features
rustified has no features set by default.
[dependencies]
rustified = { version = "0.5.3", features = ["blocking", "rustls-tls"] }
- default
-
These default features are set whenever
rustified
is added without
somewhere in the dependency tree.default-features = false Enables default-tls of reqwest ^0.11.10
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- blocking
-
Enables blocking of reqwest ^0.11.10
Affects
endpoint::Endpoint.exec_block
,rustified::blocking
… - rustls-tls
-
Enables rustls-tls of reqwest ^0.11.10
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?
-
Enables reqwest ^0.11.10
Affects
clients::reqwest
,clients::reqwest
…