Cargo Features
JsonWebKey has no features set by default.
[dependencies]
jsonwebkey = { version = "0.3.5", features = ["pkcs-convert", "jwt-convert", "generate"] }
- pkcs-convert jwt-convert? = num-bigint, yasna
- jwt-convert = jsonwebtoken, pkcs-convert
- generate = p256, rand
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.
- jsonwebtoken jwt-convert?
-
Enables jsonwebtoken ^8.0
- num-bigint pkcs-convert?
- p256 generate?
-
Enables p256 ^0.9
- rand generate?
- yasna pkcs-convert?
-
Enables yasna ^0.4