Cargo Features

light-openid has no features set by default.

[dependencies]
light-openid = { version = "1.0.2", features = ["crypto-wrapper"] }
crypto-wrapper = aes-gcm, bincode, rand

Affects light-openid::crypto_wrapper, light-openid::basic_state_manager

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bincode crypto-wrapper?

Enables bincode

Dependencies for crypto wrapper

aes-gcm crypto-wrapper?
rand crypto-wrapper?