Cargo Features

openid-connect has no features set by default.

[dependencies]
openid-connect = { version = "0.0.1", features = ["std", "crypto-rustcrypto", "crypto-openssl", "crypto-openssl-vendored", "crypto-aws-lc", "crypto-ring", "deterministic-ecdsa"] }
std crypto-openssl?

Enables std of jose

crypto-rustcrypto

Enables crypto-rustcrypto of jose

crypto-openssl = std

Enables crypto-openssl of jose

crypto-openssl-vendored

Enables crypto-openssl-vendored of jose

crypto-aws-lc

Enables crypto-aws-lc of jose

crypto-ring

Enables crypto-ring of jose

deterministic-ecdsa

This feature enables the deterministic signature generation using EcDSA according to RFC 6979

Enables deterministic-ecdsa of jose