Cargo Features
jsonwebkey-convert has no features set by default.
[dependencies]
jsonwebkey-convert = { version = "0.3.0", features = ["full", "pem_support"] }
- full = jsonwebtoken, pem_support
- pem_support full? = pem, simple_asn1
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.
- pem pem_support?
-
Enables pem ^0.8
- jsonwebtoken full?
-
Enables jsonwebtoken ^7.2
Affects
jsonwebkey-convert::jwt
… - simple_asn1 pem_support?
-
Enables simple_asn1 ^0.5.1
Affects
jsonwebkey-convert::der
…