Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove transitive dependency on OpenSSL in reqwest #41

Open
renecouto opened this issue Aug 5, 2024 · 1 comment
Open

Remove transitive dependency on OpenSSL in reqwest #41

renecouto opened this issue Aug 5, 2024 · 1 comment

Comments

@renecouto
Copy link

Hi, thanks for your rust package!
Since this package uses Rustls, we should be able to remove the openssl transitive dependency, as it makes bundling a bit harder (need to install libssl, openssl...). Can I open a PR set the "features" property on the reqwest dependency as to remove the dependency on openssl?

example: seanmonstar/reqwest#495

@kenkoooo
Copy link
Member

kenkoooo commented Aug 5, 2024

Thank you for your suggestion! Yes, we definitely want to include feature flags to allow users to choose between Rustls or native TLS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants