onedrive-api
onedrive-api copied to clipboard
feat: rustls support
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.
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.