Cargo Features
[dependencies]
jwk-set = { version = "0.1.1", default-features = false, features = ["with-decrypt", "serde_json"] }
- default = with-decrypt
-
The
with-decrypt
feature is set by default wheneverjwk-set
is added without
somewhere in the dependency tree.default-features = false - with-decrypt default = jsonwebtoken
-
Enables jwt-convert of jsonwebkey
Affects
jwk-set::decrypt
…
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 with-decrypt
-
Enables jsonwebtoken ^8.0
- serde_json implicit feature
-
Enables serde_json
serde_json:
A JSON serialization file format