Cargo Features
[dependencies]
openid-client = { version = "1.0.0-alpha.7", default-features = false, features = ["http_client", "openssl_crypto", "jws_only_crypto"] }
- default = http_client, jws_only_crypto
-
These default features are set whenever
openid-clientis added withoutsomewhere in the dependency tree.default-features = false - http_client default
-
Enables reqwest
Affects
defaults::default_http_client… - openssl_crypto
-
Enables josekit
- jws_only_crypto default
-
Enables ed25519-dalek, elliptic-curve, jsonwebtoken, p256, p384, and rsa