This change allows for users of rust-bert to use reqwest with Rustls instead of OpenSSL by reexporting the cached-path feature flags (which are reexported from reqwest).
OpenSSL is still used by default; specifying nothing results in the same set of features that are used before this change.
This change allows for users of
rust-bert
to usereqwest
with Rustls instead of OpenSSL by reexporting thecached-path
feature flags (which are reexported fromreqwest
).OpenSSL is still used by default; specifying nothing results in the same set of features that are used before this change.