onedrive-api icon indicating copy to clipboard operation
onedrive-api copied to clipboard

feat: rustls support

Open lyssieth opened this issue 1 year ago • 1 comments

I'm using this in a project, and recently I've decided to move completely off of using openssl.

To support that, this API needs to support rustls. This patch passed cargo test, however I don't have the ability to use the onedrive-api-test sub-crate to test it right now.

Theoretically, this should be a no-op as far as usage goes.

lyssieth avatar Sep 27 '23 14:09 lyssieth

This is not necessary for the library, yes? You can default-features = false and enable rustls-tls on reqwest on your Cargo.toml, and it will be merged and applied.

oxalica avatar Oct 11 '23 05:10 oxalica