Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reexport TLS options from
cached-path
This change allows for users of `rust-tokenizers` 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.
- Loading branch information