deps(rustls+openssl): re-export rustls and openssl dependencies ? #162
Labels
documentation
Improvements or additions to documentation
new feature
New feature or request
question
Further information is requested
As mentioned in a discord discussion, a user relying on the
use-rustls
feature needs to also depend onrustls
dependency making sure to match the dependency version, to properly userust-electrum-client
withrustls
, as it relies on aCryptoProvider
implementation.Alongside that there's a lack of documentation regarding the proper usage of this project with
use-rustls
andCryptoProvider
inner workings.It can be solved by using the
use-rustls-ring
feature, however, it'd be easier if the users had access to a re-exported version of therustls
.Also, does that also applies for
openssl
one ?The text was updated successfully, but these errors were encountered: